/hardware/interfaces/power/aidl/vts/ |
D | VtsHalPowerTargetTest.cpp | 126 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/ |
D | IPowerExt.aidl | 57 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/ |
D | IPowerExt.aidl | 23 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/ |
D | IPowerExt.aidl | 23 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/ |
D | IPower.aidl | 23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
|
/hardware/interfaces/power/aidl/android/hardware/power/ |
D | IPower.aidl | 61 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/ |
D | IPower.aidl | 39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost() method
|
/hardware/interfaces/power/aidl/default/ |
D | Power.h | 31 ndk::ScopedAStatus setBoost(Boost type, int32_t durationMs) override;
|
D | Power.cpp | 43 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/ |
D | PowerExt.h | 43 ndk::ScopedAStatus setBoost(const std::string &boost, int32_t durationMs) override;
|
D | PowerExt.cpp | 59 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::PowerExt
|
D | Power.h | 46 ndk::ScopedAStatus setBoost(Boost type, int32_t durationMs) override;
|
D | Power.cpp | 193 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() function in aidl::google::hardware::power::impl::pixel::Power
|
/hardware/qcom/audio/hal/ |
D | audio_perf.cpp | 111 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/ |
D | QCameraPerf.cpp | 764 ret = gPowerHal_Aidl_->setBoost(Boost::CAMERA_LAUNCH, durationMs).isOk(); in powerHint() 766 ret = gPowerHal_Aidl_->setBoost(Boost::CAMERA_SHOT, data).isOk(); in powerHint()
|