Home
last modified time | relevance | path

Searched refs:kInstance (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/tests/extension/vibrator/aidl/client/
Dtest-ndk-client.cpp28 static const std::string kInstance = std::string() + IVibrator::descriptor + "/default"; variable
31 SpAIBinder vibBinder = SpAIBinder(AServiceManager_getService(kInstance.c_str())); in TEST()
41 SpAIBinder vibBinder = SpAIBinder(AServiceManager_getService(kInstance.c_str())); in TEST()
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyWatcher.cpp80 static const std::string kInstance = "power.stats-vendor"; in registerWithPowerStats() local
86 ndk::SpAIBinder binder(AServiceManager_waitForService(kInstance.c_str())); in registerWithPowerStats()
/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.cpp60 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connect() local
62 ndk::SpAIBinder(AServiceManager_waitForService(kInstance.c_str())); in connect()
75 LOG(ERROR) << "Cannot get Power Hal AIDL" << kInstance.c_str(); in connect()
/hardware/google/pixel/power-libperfmgr/utilities/
Dsendhint.cc58 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connect() local
59 ndk::SpAIBinder power_binder = ndk::SpAIBinder(AServiceManager_getService(kInstance.c_str())); in connect()
/hardware/qcom/audio/hal/
Daudio_perf.cpp39 static const std::string kInstance = variable
76 AServiceManager_getService(kInstance.c_str())); in connectPowerHalLocked()
/hardware/google/pixel/powerstats/dataproviders/
DPixelStateResidencyDataProvider.cpp40 AServiceManager_addService(mProviderService->asBinder().get(), kInstance.c_str()); in start()
42 LOG(ERROR) << "Failed to start " << kInstance; in start()
/hardware/google/pixel/powerstats/include/dataproviders/
DPixelStateResidencyDataProvider.h100 const std::string kInstance = "power.stats-vendor"; variable
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp64 static const std::string kInstance = variable
102 … ndk::SpAIBinder pwBinder = ndk::SpAIBinder(AServiceManager_getService(kInstance.c_str())); in connectPowerHalLocked()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp119 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connectPowerHal() local
120 ndk::SpAIBinder pwBinder = ndk::SpAIBinder(AServiceManager_getService(kInstance.c_str())); in connectPowerHal()