Searched refs:registerPassthroughClient (Results 1 - 6 of 6) sorted by relevance

/system/libhidl/transport/manager/1.0/
H A DIServiceManager.hal158 * get(string, string), it must dispatch a registerPassthroughClient call
163 registerPassthroughClient(string fqName, string name);
/system/hwservicemanager/
H A DHidlService.h50 void registerPassthroughClient(pid_t pid);
H A DHidlService.cpp75 void HidlService::registerPassthroughClient(pid_t pid) { function in class:android::hidl::manager::implementation::HidlService
H A DServiceManager.h47 Return<void> registerPassthroughClient(const hidl_string &fqName,
H A DServiceManager.cpp479 Return<void> ServiceManager::registerPassthroughClient(const hidl_string &fqName, function in class:android::hidl::manager::implementation::ServiceManager
493 LOG(WARNING) << "registerPassthroughClient encounters empty instance name for "
502 adding->registerPassthroughClient(pid);
505 service->registerPassthroughClient(pid);
/system/libhidl/transport/
H A DServiceManagement.cpp236 auto ret = binderizedManager->registerPassthroughClient(interfaceName, instanceName);
474 Return<void> registerPassthroughClient(const hidl_string &, const hidl_string &) override {
476 LOG(FATAL) << "Cannot call registerPassthroughClient on passthrough service manager. "

Completed in 150 milliseconds