Searched refs:kInstance (Results 1 – 9 of 9) sorted by relevance
28 static const std::string kInstance = std::string() + IVibrator::descriptor + "/default"; variable31 SpAIBinder vibBinder = SpAIBinder(AServiceManager_getService(kInstance.c_str())); in TEST()41 SpAIBinder vibBinder = SpAIBinder(AServiceManager_getService(kInstance.c_str())); in TEST()
80 static const std::string kInstance = "power.stats-vendor"; in registerWithPowerStats() local86 ndk::SpAIBinder binder(AServiceManager_waitForService(kInstance.c_str())); in registerWithPowerStats()
60 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connect() local62 ndk::SpAIBinder(AServiceManager_waitForService(kInstance.c_str())); in connect()75 LOG(ERROR) << "Cannot get Power Hal AIDL" << kInstance.c_str(); in connect()
58 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connect() local59 ndk::SpAIBinder power_binder = ndk::SpAIBinder(AServiceManager_getService(kInstance.c_str())); in connect()
39 static const std::string kInstance = variable76 AServiceManager_getService(kInstance.c_str())); in connectPowerHalLocked()
40 AServiceManager_addService(mProviderService->asBinder().get(), kInstance.c_str()); in start()42 LOG(ERROR) << "Failed to start " << kInstance; in start()
100 const std::string kInstance = "power.stats-vendor"; variable
64 static const std::string kInstance = variable102 … ndk::SpAIBinder pwBinder = ndk::SpAIBinder(AServiceManager_getService(kInstance.c_str())); in connectPowerHalLocked()
119 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connectPowerHal() local120 ndk::SpAIBinder pwBinder = ndk::SpAIBinder(AServiceManager_getService(kInstance.c_str())); in connectPowerHal()