Home
last modified time | relevance | path

Searched defs:boost (Results 1 – 7 of 7) 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()
24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
/hardware/google/interfaces/power/google/hardware/power/extension/pixel/
DIPowerExt.aidl57 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost()
68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
/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()
24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerExt.cpp69 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost()
87 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported()
DPowerSessionManager.cpp98 void PowerSessionManager<HintManagerT>::updateHintBoost(const std::string &boost, in updateHintBoost()
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp228 for (const auto& boost : kBoosts) { in TEST_P() local
233 for (const auto& boost : kInvalidBoosts) { in TEST_P() local
241 for (const auto& boost : kBoosts) { in TEST_P() local
245 for (const auto& boost : kInvalidBoosts) { in TEST_P() local
/hardware/google/pixel/power-libperfmgr/utilities/
Dsendhint.cc105 std::string boost; in main() local