Home
last modified time | relevance | path

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

/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp126 TEST_P(PowerAidl, setBoost) { in TEST_P() argument
128 ASSERT_TRUE(power->setBoost(boost, 0).isOk()); in TEST_P()
129 ASSERT_TRUE(power->setBoost(boost, 1000).isOk()); in TEST_P()
130 ASSERT_TRUE(power->setBoost(boost, -1).isOk()); in TEST_P()
133 ASSERT_TRUE(power->setBoost(boost, 0).isOk()); in TEST_P()
134 ASSERT_TRUE(power->setBoost(boost, 1000).isOk()); in TEST_P()
135 ASSERT_TRUE(power->setBoost(boost, -1).isOk()); in TEST_P()
/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/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/interfaces/power/aidl/android/hardware/power/
DIPower.aidl61 oneway void setBoost(in 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/interfaces/power/aidl/default/
DPower.h31 ndk::ScopedAStatus setBoost(Boost type, int32_t durationMs) override;
DPower.cpp43 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::android::hardware::power::impl::example::Power
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerExt.h43 ndk::ScopedAStatus setBoost(const std::string &boost, int32_t durationMs) override;
DPowerExt.cpp59 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::PowerExt
DPower.h46 ndk::ScopedAStatus setBoost(Boost type, int32_t durationMs) override;
DPower.cpp193 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::Power
/hardware/qcom/audio/hal/
Daudio_perf.cpp111 auto ret = gPowerHal_Aidl_->setBoost( in audio_streaming_hint_start()
148 auto ret = gPowerHal_Aidl_->setBoost( in audio_streaming_hint_end()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp764 ret = gPowerHal_Aidl_->setBoost(Boost::CAMERA_LAUNCH, durationMs).isOk(); in powerHint()
766 ret = gPowerHal_Aidl_->setBoost(Boost::CAMERA_SHOT, data).isOk(); in powerHint()