Searched refs:getInstanceName (Results 1 - 3 of 3) sorted by relevance

/system/hwservicemanager/
H A DHidlService.h46 const std::string &getInstanceName() const;
H A DHidlService.cpp40 const std::string &HidlService::getInstanceName() const { function in class:android::hidl::manager::implementation::HidlService
H A DServiceManager.cpp95 mInstanceMap.insert({service->getInstanceName(), std::move(service)});
124 service->getInstanceName(),
128 << "/" << service->getInstanceName() << ": transport error "
362 list[idx++] = service->getInstanceName();
468 .instanceName = service->getInstanceName(),

Completed in 1146 milliseconds