Home
last modified time | relevance | path

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

/hardware/google/interfaces/power/aidl_api/pixel-power-ext/current/google/hardware/power/extension/pixel/
DIPowerExt.aidl23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
DIPower.aidl23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/hardware/google/interfaces/power/google/hardware/power/extension/pixel/
DIPowerExt.aidl57 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() method
/hardware/google/interfaces/power/aidl_api/pixel-power-ext/1/google/hardware/power/extension/pixel/
DIPowerExt.aidl23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/
DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/
DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerExt.cpp69 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::PowerExt
DPower.cpp220 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::Power
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl64 oneway void setBoost(in Boost type, in int durationMs); in setBoost() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/
DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
/hardware/google/pixel/power-libperfmgr/utilities/
Dsendhint.cc92 static bool setBoost(std::shared_ptr<IPowerExt> hal, const std::string &type, in setBoost() function
/hardware/interfaces/power/aidl/default/
DPower.cpp55 ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::android::hardware::power::impl::example::Power
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp227 TEST_P(PowerAidl, setBoost) { in TEST_P() argument