Home
last modified time | relevance | path

Searched refs:mHintSession (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp288 mHintSession = in HintSessionWrapper()
293 if (mHintSession) { in ~HintSessionWrapper()
294 gAPH_closeSessionFn(mHintSession); in ~HintSessionWrapper()
299 if (mHintSession) { in updateTargetWorkDuration()
300 gAPH_updateTargetWorkDurationFn(mHintSession, targetDurationNanos); in updateTargetWorkDuration()
305 if (mHintSession) { in reportActualWorkDuration()
306 gAPH_reportActualWorkDurationFn(mHintSession, actualDurationNanos); in reportActualWorkDuration()
H A DDrawFrameTask.h102 APerformanceHintSession* mHintSession = nullptr;
/aosp12/frameworks/base/native/android/
H A Dperformance_hint.cpp66 sp<IHintSession> mHintSession; member
142 : mHintSession(std::move(session)), in APerformanceHintSession()
148 binder::Status ret = mHintSession->close(); in ~APerformanceHintSession()
159 binder::Status ret = mHintSession->updateTargetWorkDuration(targetDurationNanos); in updateTargetWorkDuration()
195 mHintSession->reportActualWorkDuration(mActualDurationsNanos, mTimestampsNanos); in reportActualWorkDuration()