Home
last modified time | relevance | path

Searched refs:mSystemPerformanceHinter (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipPerfHintController.java50 private final SystemPerformanceHinter mSystemPerformanceHinter; field in PipPerfHintController
62 mSystemPerformanceHinter = systemPerformanceHinter; in PipPerfHintController()
79 HighPerfSession highPerfSession = mSystemPerformanceHinter.startSession(HINT_SF, in startSession()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1125 SystemPerformanceHinter mSystemPerformanceHinter; field in WindowManagerService
1448 mSystemPerformanceHinter = new SystemPerformanceHinter(mContext, displayId -> { in WindowManagerService()
1454 mSystemPerformanceHinter.mTraceTag = TRACE_TAG_WINDOW_MANAGER; in WindowManagerService()
7403 mSystemPerformanceHinter.dump(pw, ""); in doDump()
DDisplayContent.java3430 mTransitionPrefSession = mWmService.mSystemPerformanceHinter.createSession( in enableHighPerfTransition()
3446 mHighFrameRateSession = mWmService.mSystemPerformanceHinter.createSession( in enableHighFrameRate()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java2586 final SystemPerformanceHinter perfHinter = mWm.mSystemPerformanceHinter; in testTransitionsTriggerPerformanceHints()