Home
last modified time | relevance | path

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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
DAutoFocusStateMachine.java81 private int mCurrentAfCookie = AF_UNINITIALIZED; field in AutoFocusStateMachine
348 if (mCurrentAfCookie != AF_UNINITIALIZED) { in beginTraceAsync()
350 SysTrace.endSectionAsync(mCurrentAfTrace, mCurrentAfCookie); in beginTraceAsync()
354 mCurrentAfCookie = mLastAfCookie; in beginTraceAsync()
357 SysTrace.beginSectionAsync(sectionName, mCurrentAfCookie); in beginTraceAsync()
361 if (mCurrentAfCookie == AF_UNINITIALIZED) { in endTraceAsync()
366 SysTrace.endSectionAsync(mCurrentAfTrace, mCurrentAfCookie); in endTraceAsync()
367 mCurrentAfCookie = AF_UNINITIALIZED; in endTraceAsync()