Home
last modified time | relevance | path

Searched defs:boost (Results 1 – 5 of 5) sorted by relevance

/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/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/pixel/power-libperfmgr/aidl/
DPowerExt.cpp59 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost()
73 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported()
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp127 for (const auto& boost : kBoosts) { in TEST_P() local
132 for (const auto& boost : kInvalidBoosts) { in TEST_P() local
140 for (const auto& boost : kBoosts) { in TEST_P() local
144 for (const auto& boost : kInvalidBoosts) { in TEST_P() local