Home
last modified time | relevance | path

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

/hardware/google/interfaces/power/google/hardware/power/extension/pixel/
DIPowerExt.aidl68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
/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/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/vts/
DVtsHalPowerTargetTest.cpp139 TEST_P(PowerAidl, isBoostSupported) { in TEST_P() argument
142 ASSERT_TRUE(power->isBoostSupported(boost, &supported).isOk()); in TEST_P()
146 ASSERT_TRUE(power->isBoostSupported(boost, &supported).isOk()); in TEST_P()
/hardware/interfaces/power/aidl/default/
DPower.h32 ndk::ScopedAStatus isBoostSupported(Boost type, bool* _aidl_return) override;
DPower.cpp49 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() function in aidl::android::hardware::power::impl::example::Power
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerExt.h44 ndk::ScopedAStatus isBoostSupported(const std::string &boost, bool *_aidl_return) override;
DPowerExt.cpp73 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::PowerExt
DPower.h47 ndk::ScopedAStatus isBoostSupported(Boost type, bool *_aidl_return) override;
DPower.cpp229 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::Power