Home
last modified time | relevance | path

Searched refs:isBoostSupported (Results 1 – 16 of 16) sorted by relevance

/hardware/google/interfaces/power/aidl_api/pixel-power-ext/1/google/hardware/power/extension/pixel/
DIPowerExt.aidl24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
/hardware/google/interfaces/power/aidl_api/pixel-power-ext/current/google/hardware/power/extension/pixel/
DIPowerExt.aidl24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
/hardware/google/interfaces/power/google/hardware/power/extension/pixel/
DIPowerExt.aidl68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
DIPower.aidl24 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl72 boolean isBoostSupported(in Boost type); in isBoostSupported() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/
DIPower.aidl40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
DIPower.aidl40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPower.aidl40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerExt.h41 ndk::ScopedAStatus isBoostSupported(const std::string &boost, bool *_aidl_return) override;
DPower.h45 ndk::ScopedAStatus isBoostSupported(Boost type, bool *_aidl_return) override;
DPowerExt.cpp83 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::PowerExt
DPower.cpp232 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::Power
/hardware/interfaces/power/aidl/default/
DPower.h33 ndk::ScopedAStatus isBoostSupported(Boost type, bool* _aidl_return) override;
DPower.cpp54 ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() function in aidl::android::hardware::power::impl::example::Power
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp164 TEST_P(PowerAidl, isBoostSupported) { in TEST_P() argument
167 ASSERT_TRUE(power->isBoostSupported(boost, &supported).isOk()); in TEST_P()
171 ASSERT_TRUE(power->isBoostSupported(boost, &supported).isOk()); in TEST_P()