Searched refs:mSystemPerformanceHinter (Results 1 – 4 of 4) sorted by relevance
50 private final SystemPerformanceHinter mSystemPerformanceHinter; field in PipPerfHintController62 mSystemPerformanceHinter = systemPerformanceHinter; in PipPerfHintController()79 HighPerfSession highPerfSession = mSystemPerformanceHinter.startSession(HINT_SF, in startSession()
1125 SystemPerformanceHinter mSystemPerformanceHinter; field in WindowManagerService1448 mSystemPerformanceHinter = new SystemPerformanceHinter(mContext, displayId -> { in WindowManagerService()1454 mSystemPerformanceHinter.mTraceTag = TRACE_TAG_WINDOW_MANAGER; in WindowManagerService()7403 mSystemPerformanceHinter.dump(pw, ""); in doDump()
3430 mTransitionPrefSession = mWmService.mSystemPerformanceHinter.createSession( in enableHighPerfTransition()3446 mHighFrameRateSession = mWmService.mSystemPerformanceHinter.createSession( in enableHighFrameRate()
2586 final SystemPerformanceHinter perfHinter = mWm.mSystemPerformanceHinter; in testTransitionsTriggerPerformanceHints()