summaryrefslogtreecommitdiff
path: root/libs/binder/include/binder/IServiceManager.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:13:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:13:43 +0000
commitf5bbc68d5500b2ecae8ef40b7acbdb16a708a817 (patch)
tree11cc912f8b1b2778f3b8003f4698c87c13aa1e94 /libs/binder/include/binder/IServiceManager.h
parentb5510935039cae5758dae532a6c8031f3124df24 (diff)
parentc2e69665235335d5964bc61b689f587193f95a05 (diff)
downloadnative-f5bbc68d5500b2ecae8ef40b7acbdb16a708a817.tar.gz
Snap for 11510257 from c2e69665235335d5964bc61b689f587193f95a05 to simpleperf-release
Change-Id: I235c6e637add785f88478c0015f41d8f955e2c4a
Diffstat (limited to 'libs/binder/include/binder/IServiceManager.h')
-rw-r--r--libs/binder/include/binder/IServiceManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/include/binder/IServiceManager.h b/libs/binder/include/binder/IServiceManager.h
index 55167a7db0..486bdfba78 100644
--- a/libs/binder/include/binder/IServiceManager.h
+++ b/libs/binder/include/binder/IServiceManager.h
@@ -207,6 +207,8 @@ status_t getService(const String16& name, sp<INTERFACE>* outService)
return NAME_NOT_FOUND;
}
+void* openDeclaredPassthroughHal(const String16& interface, const String16& instance, int flag);
+
bool checkCallingPermission(const String16& permission);
bool checkCallingPermission(const String16& permission,
int32_t* outPid, int32_t* outUid);