/aosp12/hardware/google/interfaces/power/aidl_api/pixel-power-ext/1/google/hardware/power/extension/pixel/ |
H A D | IPowerExt.aidl | 23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() 24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
|
/aosp12/hardware/google/interfaces/power/aidl_api/pixel-power-ext/current/google/hardware/power/extension/pixel/ |
H A D | IPowerExt.aidl | 23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() 24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
|
/aosp12/hardware/google/interfaces/power/google/hardware/power/extension/pixel/ |
H A D | IPowerExt.aidl | 57 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost() 68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
|
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/ |
H A D | PowerExt.cpp | 59 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()
|
/aosp12/hardware/interfaces/power/aidl/vts/ |
H A D | VtsHalPowerTargetTest.cpp | 127 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
|
/aosp12/frameworks/native/services/powermanager/benchmarks/ |
H A D | PowerHalControllerBenchmarks.cpp | 92 Boost boost = static_cast<Boost>(state.range(0)); in BM_PowerHalControllerBenchmarks_setBoost() local 97 Boost boost = static_cast<Boost>(state.range(0)); in BM_PowerHalControllerBenchmarks_setBoostCached() local
|
H A D | PowerHalAidlBenchmarks.cpp | 133 Boost boost = static_cast<Boost>(state.range(0)); in BM_PowerHalAidlBenchmarks_isBoostSupported() local 144 Boost boost = static_cast<Boost>(state.range(0)); in BM_PowerHalAidlBenchmarks_setBoost() local
|
/aosp12/frameworks/native/services/powermanager/ |
H A D | PowerHalWrapper.cpp | 83 HalResult<void> EmptyHalWrapper::setBoost(Boost boost, int32_t durationMs) { in setBoost() 109 HalResult<void> HidlHalWrapperV1_0::setBoost(Boost boost, int32_t durationMs) { in setBoost() 176 HalResult<void> AidlHalWrapper::setBoost(Boost boost, int32_t durationMs) { in setBoost()
|
H A D | PowerHalController.cpp | 89 HalResult<void> PowerHalController::setBoost(Boost boost, int32_t durationMs) { in setBoost()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | ThreadPriorityBoosterTest.java | 89 private void boost(Runnable action) { in boost() method in ThreadPriorityBoosterTest
|
/aosp12/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/ |
H A D | TestTarget.java | 22 public static void boost() { in boost() method in TestTarget
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerThreadPriorityBooster.java | 53 public void boost() { in boost() method in WindowManagerThreadPriorityBooster
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | ThreadPriorityBooster.java | 45 public void boost() { in boost() method in ThreadPriorityBooster
|
/aosp12/system/vold/ |
H A D | Benchmark.cpp | 189 PerformanceBoost boost; in Benchmark() local
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_power_PowerManagerService.cpp | 91 static void setPowerBoost(Boost boost, int32_t durationMs) { in setPowerBoost() 234 static void nativeSetPowerBoost(JNIEnv* /* env */, jclass /* clazz */, jint boost, in nativeSetPowerBoost()
|
/aosp12/frameworks/av/media/libmediaformatshaper/ |
H A D | CodecProperties.cpp | 56 void CodecProperties::setMissingQpBoost(double boost) { in setMissingQpBoost() 153 double boost = strtod(p, &q); in setTuningValue() local
|
H A D | VQApply.cpp | 185 int64_t boost = bitrateChosen * codec->getMissingQpBoost(); in VQApply() local
|
/aosp12/system/core/libprocessgroup/ |
H A D | task_profiles.h | 61 SetClampsAction(int boost, int clamp) noexcept : boost_(boost), clamp_(clamp) {} in SetClampsAction()
|
H A D | task_profiles.cpp | 558 unsigned long boost; in Load() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | PowerManagerInternal.java | 227 public abstract void setPowerBoost(int boost, int durationMs); in setPowerBoost()
|
H A D | IPowerManager.aidl | 36 oneway void setPowerBoost(int boost, int durationMs); in setPowerBoost()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgePowerManager.java | 128 public void setPowerBoost(int boost, int durationMs) { in setPowerBoost()
|
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/ |
H A D | SoftAAC2.cpp | 190 unsigned boost = atoi(value); in initDecoder() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 816 public void nativeSetPowerBoost(int boost, int durationMs) { in nativeSetPowerBoost()
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | system_properties.proto | 40 optional int32 boost = 1; field
|