Home
last modified time | relevance | path

Searched defs:setBoost (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/services/powermanager/
H A DPowerHalWrapper.cpp83 HalResult<void> EmptyHalWrapper::setBoost(Boost boost, int32_t durationMs) { in setBoost() function in android::power::EmptyHalWrapper
109 HalResult<void> HidlHalWrapperV1_0::setBoost(Boost boost, int32_t durationMs) { in setBoost() function in android::power::HidlHalWrapperV1_0
176 HalResult<void> AidlHalWrapper::setBoost(Boost boost, int32_t durationMs) { in setBoost() function in android::power::AidlHalWrapper
H A DPowerHalController.cpp89 HalResult<void> PowerHalController::setBoost(Boost boost, int32_t durationMs) { in setBoost() function in android::power::PowerHalController
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
H A DIPower.aidl23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/aosp12/hardware/google/interfaces/power/aidl_api/pixel-power-ext/1/google/hardware/power/extension/pixel/
H A DIPowerExt.aidl23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() method
/aosp12/hardware/google/interfaces/power/aidl_api/pixel-power-ext/current/google/hardware/power/extension/pixel/
H A DIPowerExt.aidl23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() method
/aosp12/hardware/google/interfaces/power/google/hardware/power/extension/pixel/
H A DIPowerExt.aidl57 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() method
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
H A DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
H A DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/aosp12/hardware/interfaces/power/aidl/android/hardware/power/
H A DIPower.aidl61 oneway void setBoost(in Boost type, in int durationMs); in setBoost() method
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPowerExt.cpp59 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::PowerExt
H A DPower.cpp193 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::Power
/aosp12/hardware/interfaces/power/aidl/default/
H A DPower.cpp43 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::android::hardware::power::impl::example::Power
/aosp12/hardware/interfaces/power/aidl/vts/
H A DVtsHalPowerTargetTest.cpp126 TEST_P(PowerAidl, setBoost) { in TEST_P() argument