Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.cpp302 mHintSession = in HintSessionWrapper()
307 if (mHintSession) { in ~HintSessionWrapper()
308 gAPH_closeSessionFn(mHintSession); in ~HintSessionWrapper()
313 if (mHintSession) { in updateTargetWorkDuration()
314 gAPH_updateTargetWorkDurationFn(mHintSession, targetDurationNanos); in updateTargetWorkDuration()
319 if (mHintSession) { in reportActualWorkDuration()
320 gAPH_reportActualWorkDurationFn(mHintSession, actualDurationNanos); in reportActualWorkDuration()
DDrawFrameTask.h105 APerformanceHintSession* mHintSession = nullptr;
/frameworks/base/native/android/
Dperformance_hint.cpp68 sp<IHintSession> mHintSession; member
143 : mHintSession(std::move(session)), in APerformanceHintSession()
149 binder::Status ret = mHintSession->close(); in ~APerformanceHintSession()
160 binder::Status ret = mHintSession->updateTargetWorkDuration(targetDurationNanos); in updateTargetWorkDuration()
196 mHintSession->reportActualWorkDuration(mActualDurationsNanos, mTimestampsNanos); in reportActualWorkDuration()