/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | PerformanceHintManagerTest.java | 84 s.updateTargetWorkDuration(100); in testUpdateTargetWorkDuration() 92 s.updateTargetWorkDuration(-1); in testUpdateTargetWorkDurationWithNegativeDuration() 100 s.updateTargetWorkDuration(100); in testReportActualWorkDuration() 110 s.updateTargetWorkDuration(100); in testReportActualWorkDurationWithIllegalArgument()
|
/aosp12/frameworks/base/native/android/ |
H A D | performance_hint.cpp | 60 int updateTargetWorkDuration(int64_t targetDurationNanos); 154 int APerformanceHintSession::updateTargetWorkDuration(int64_t targetDurationNanos) { in updateTargetWorkDuration() function in APerformanceHintSession 159 binder::Status ret = mHintSession->updateTargetWorkDuration(targetDurationNanos); in updateTargetWorkDuration() 224 return session->updateTargetWorkDuration(targetDurationNanos); in APerformanceHint_updateTargetWorkDuration()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_hint_HintManagerService.cpp | 73 static void updateTargetWorkDuration(int64_t session_ptr, int64_t targetDurationNanos) { in updateTargetWorkDuration() function 75 appSession->updateTargetWorkDuration(targetDurationNanos); in updateTargetWorkDuration() 126 updateTargetWorkDuration(session_ptr, targetDurationNanos); in nativeUpdateTargetWorkDuration()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ |
H A D | HintManagerServiceTest.java | 198 a.updateTargetWorkDuration(-1L); in testUpdateTargetWorkDuration() 202 a.updateTargetWorkDuration(0L); in testUpdateTargetWorkDuration() 205 a.updateTargetWorkDuration(100L); in testUpdateTargetWorkDuration() 217 a.updateTargetWorkDuration(100L); in testReportActualWorkDuration()
|
/aosp12/frameworks/base/native/android/tests/performance_hint/ |
H A D | PerformanceHintNativeTest.cpp | 47 MOCK_METHOD(Status, updateTargetWorkDuration, (int64_t targetDurationNanos), (override)); 105 EXPECT_CALL(*iSession, updateTargetWorkDuration(Eq(targetDurationNanos))).Times(Exactly(1)); in TEST_F()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IHintSession.aidl | 22 void updateTargetWorkDuration(long targetDurationNanos); in updateTargetWorkDuration() method
|
H A D | PerformanceHintManager.java | 122 public void updateTargetWorkDuration(long targetDurationNanos) { in updateTargetWorkDuration() method in PerformanceHintManager.Session
|
/aosp12/hardware/interfaces/power/aidl/android/hardware/power/ |
H A D | IPowerHintSession.aidl | 31 void updateTargetWorkDuration(long targetDurationNanos); in updateTargetWorkDuration() method
|
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/ |
H A D | IPowerHintSession.aidl | 37 oneway void updateTargetWorkDuration(long targetDurationNanos); in updateTargetWorkDuration() method
|
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ |
H A D | IPowerHintSession.aidl | 37 oneway void updateTargetWorkDuration(long targetDurationNanos); in updateTargetWorkDuration() method
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | DrawFrameTask.cpp | 211 mHintSessionWrapper->updateTargetWorkDuration(targetWorkDuration); in run() 298 void DrawFrameTask::HintSessionWrapper::updateTargetWorkDuration(long targetDurationNanos) { in updateTargetWorkDuration() function in android::uirenderer::renderthread::DrawFrameTask::HintSessionWrapper
|
H A D | DrawFrameTask.h | 98 void updateTargetWorkDuration(long targetDurationNanos);
|
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/ |
H A D | PowerHintSession.h | 78 ndk::ScopedAStatus updateTargetWorkDuration(int64_t targetDurationNanos) override;
|
H A D | PowerHintSession.cpp | 255 ndk::ScopedAStatus PowerHintSession::updateTargetWorkDuration(int64_t targetDurationNanos) { in updateTargetWorkDuration() function in aidl::google::hardware::power::impl::pixel::PowerHintSession
|
/aosp12/frameworks/native/services/powermanager/benchmarks/ |
H A D | PowerHalAidlBenchmarks.cpp | 188 runSessionBenchmark(state, &IPowerHintSession::updateTargetWorkDuration, duration); in BM_PowerHalAidlBenchmarks_updateTargetWorkDuration()
|
/aosp12/hardware/interfaces/power/aidl/vts/ |
H A D | VtsHalPowerTargetTest.cpp | 197 ASSERT_TRUE(session->updateTargetWorkDuration(16666667LL).isOk()); in TEST_P()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/hint/ |
H A D | HintManagerService.java | 393 public void updateTargetWorkDuration(long targetDurationNanos) { in updateTargetWorkDuration() method in HintManagerService.AppHintSession
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 31675 method public void updateTargetWorkDuration(long);
|