Searched refs:registerPassthroughClient (Results 1 – 6 of 6) sorted by relevance
67 void registerPassthroughClient(pid_t pid);
62 Return<void> registerPassthroughClient(const hidl_string &fqName,
99 void HidlService::registerPassthroughClient(pid_t pid) { in registerPassthroughClient() function in android::hidl::manager::implementation::HidlService
751 Return<void> ServiceManager::registerPassthroughClient(const hidl_string &fqName, in registerPassthroughClient() function in android::hidl::manager::implementation::ServiceManager775 adding->registerPassthroughClient(callingContext.pid); in registerPassthroughClient()778 service->registerPassthroughClient(callingContext.pid); in registerPassthroughClient()
158 * get(string, string), it must dispatch a registerPassthroughClient call163 registerPassthroughClient(string fqName, string name);
323 auto ret = binderizedManager->registerPassthroughClient(interfaceName, instanceName); in registerReference()566 Return<void> registerPassthroughClient(const hidl_string &, const hidl_string &) override { in registerPassthroughClient() function