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()
1128 SystemPerformanceHinter mSystemPerformanceHinter; field in WindowManagerService1453 mSystemPerformanceHinter = new SystemPerformanceHinter(mContext, displayId -> { in WindowManagerService()1459 mSystemPerformanceHinter.mTraceTag = TRACE_TAG_WINDOW_MANAGER; in WindowManagerService()7288 mSystemPerformanceHinter.dump(pw, ""); in doDump()
3500 mTransitionPrefSession = mWmService.mSystemPerformanceHinter.createSession( in enableHighPerfTransition()3512 mHighFrameRateSession = mWmService.mSystemPerformanceHinter.createSession( in enableHighFrameRate()
2890 final SystemPerformanceHinter perfHinter = mWm.mSystemPerformanceHinter; in testTransitionsTriggerPerformanceHints()