Searched defs:HidlService (Results 1 – 3 of 3) sorted by relevance
24 struct HidlService { struct29 HidlService(const std::string &interfaceName, in HidlService() function58 …:string mInterfaceName; // e.x. "android.hardware.manager@1.0::IServiceManager"59 const std::string mInstanceName; // e.x. "manager"60 sp<IBase> mService;64 …_t mPid = static_cast<pid_t>(IServiceManager::PidConstant::NO_PID);
13 HidlService::HidlService( in HidlService() function in android::hidl::manager::V1_0::implementation::HidlService
26 forEachExistingService([&] (const HidlService *) { in countExistingService()