Home
last modified time | relevance | path

Searched refs:CPU_LOAD_RESET (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/window/
DSystemPerformanceHinterTests.java19 import static android.os.PerformanceHintManager.Session.CPU_LOAD_RESET;
228 verify(mAdpfSession).sendHint(eq(CPU_LOAD_RESET)); in testADPFHintCloseSession()
272 verify(mAdpfSession).sendHint(eq(CPU_LOAD_RESET)); in testAllHintsCloseSession()
293 verify(mAdpfSession).sendHint(eq(CPU_LOAD_RESET)); in testAutocloseable()
344 verify(mAdpfSession).sendHint(eq(CPU_LOAD_RESET)); in testOverlappingHintsOnSameDisplay()
420 verify(mAdpfSession).sendHint(eq(CPU_LOAD_RESET)); in testOverlappingHintsOnDifferentDisplays()
/frameworks/native/include/private/
Dperformance_hint_private.h50 CPU_LOAD_RESET = 2, enumerator
/frameworks/base/core/java/android/os/
DPerformanceHintManager.java141 public static final int CPU_LOAD_RESET = 2; field in PerformanceHintManager.Session
189 CPU_LOAD_RESET,
/frameworks/base/core/tests/coretests/src/android/os/
DPerformanceHintManagerTest.java145 s.sendHint(Session.CPU_LOAD_RESET); in testSendHint()
147 s.sendHint(Session.CPU_LOAD_RESET); in testSendHint()
/frameworks/base/libs/hwui/renderthread/
DHintSessionWrapper.cpp177 mBinding->sendHint(mHintSession, static_cast<int32_t>(SessionHint::CPU_LOAD_RESET)); in sendLoadResetHint()
/frameworks/base/core/java/android/window/
DSystemPerformanceHinter.java327 mAdpfSession.sendHint(PerformanceHintManager.Session.CPU_LOAD_RESET); in endSession()
/frameworks/base/libs/hwui/tests/unit/
DHintSessionWrapperTests.cpp195 fakeSendHint(sessionPtr, static_cast<int32_t>(SessionHint::CPU_LOAD_RESET))) in TEST_F()
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp175 SessionHint hintId = SessionHint::CPU_LOAD_RESET; in TEST_F()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
DHintManagerServiceTest.java490 a.sendHint(PerformanceHintManager.Session.CPU_LOAD_RESET);
492 eq(PerformanceHintManager.Session.CPU_LOAD_RESET));
504 a.sendHint(PerformanceHintManager.Session.CPU_LOAD_RESET);
/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp166 sendHintSessionHint(SessionHint::CPU_LOAD_RESET); in notifyDisplayUpdateImminentAndCpuReset()
/frameworks/base/core/api/
Dtest-current.txt2426 field public static final int CPU_LOAD_RESET = 2; // 0x2