Home
last modified time | relevance | path

Searched refs:IPower (Results 1 – 25 of 33) sorted by relevance

12

/hardware/interfaces/power/1.3/vts/functional/
DVtsHalPowerV1_3TargetTest.cpp27 using ::android::hardware::power::V1_3::IPower;
33 power = IPower::getService(GetParam()); in SetUp()
37 sp<IPower> power;
47 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IPower::descriptor)),
/hardware/interfaces/power/1.2/vts/functional/
DVtsHalPowerV1_2TargetTest.cpp27 using ::android::hardware::power::V1_2::IPower;
33 power = IPower::getService(GetParam()); in SetUp()
37 sp<IPower> power;
82 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IPower::descriptor)),
/hardware/interfaces/power/1.0/default/
Dservice.cpp22 using android::hardware::power::V1_0::IPower;
26 return defaultPassthroughServiceImplementation<IPower>(); in main()
DPower.h31 using ::android::hardware::power::V1_0::IPower;
41 struct Power : public IPower {
53 extern "C" IPower* HIDL_FETCH_IPower(const char* name);
Dandroid.hardware.power@1.0-service.rc2 interface android.hardware.power@1.0::IPower default
/hardware/qcom/audio/hal/
Daudio_perf.cpp33 static android::sp<android::hardware::power::V1_2::IPower> gPowerHal_1_2_;
34 static std::shared_ptr<aidl::android::hardware::power::IPower> gPowerHal_Aidl_;
40 std::string(aidl::android::hardware::power::IPower::descriptor) + "/default";
61 android::hardware::power::V1_2::IPower::getService(); in connectPowerHalLocked()
77 gPowerHal_Aidl_ = aidl::android::hardware::power::IPower::fromBinder(pwBinder); in connectPowerHalLocked()
/hardware/interfaces/power/1.1/vts/functional/
DVtsHalPowerV1_1TargetTest.cpp24 using ::android::hardware::power::V1_1::IPower;
35 power = IPower::getService(GetParam()); in SetUp()
41 sp<IPower> power;
97 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IPower::descriptor)),
/hardware/interfaces/power/1.2/
DIPower.hal18 import @1.1::IPower;
20 interface IPower extends @1.1::IPower {
DAndroid.bp17 "IPower.hal",
/hardware/interfaces/power/1.3/
DIPower.hal18 import @1.2::IPower;
20 interface IPower extends @1.2::IPower {
DAndroid.bp17 "IPower.hal",
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp33 using ::android::hardware::power::V1_0::IPower;
53 power = IPower::getService(GetParam()); in SetUp()
59 sp<IPower> power;
174 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IPower::descriptor)),
/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.h39 using ::aidl::android::hardware::power::IPower;
80 std::shared_ptr<IPower> power_hal_aidl_;
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp61 static android::sp<android::hardware::power::V1_2::IPower> gPowerHal_1_2_ = nullptr;
62 static std::shared_ptr<aidl::android::hardware::power::IPower> gPowerHal_Aidl_ = nullptr;
65 std::string() + aidl::android::hardware::power::IPower::descriptor + "/default";
90 android::hardware::power::V1_2::IPower::getService(); in connectPowerHalLocked()
103 gPowerHal_Aidl_ = aidl::android::hardware::power::IPower::fromBinder(pwBinder); in connectPowerHalLocked()
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp43 using android::hardware::power::IPower;
122 power = IPower::fromBinder(ndk::SpAIBinder(binder)); in SetUp()
131 std::shared_ptr<IPower> power;
439 testing::ValuesIn(::android::getAidlHalInstanceNames(IPower::descriptor)),
442 testing::ValuesIn(::android::getAidlHalInstanceNames(IPower::descriptor)),
445 testing::ValuesIn(::android::getAidlHalInstanceNames(IPower::descriptor)),
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
DIPower.aidl20 interface IPower { interface
/hardware/interfaces/power/1.1/
DIPower.hal23 interface IPower extends android.hardware.power@1.0::IPower {
DAndroid.bp17 "IPower.hal",
/hardware/google/pixel/power-libperfmgr/utilities/
Dsendhint.cc24 using ::aidl::android::hardware::power::IPower;
58 const std::string kInstance = std::string(IPower::descriptor) + "/default"; in connect()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
DIPower.aidl36 interface IPower { interface
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPower.aidl36 interface IPower { interface
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/
DIPower.aidl36 interface IPower { interface
/hardware/interfaces/power/1.0/
DAndroid.bp17 "IPower.hal",
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl36 interface IPower { interface
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
DIPower.aidl36 interface IPower { interface

12