Searched refs:mCurrentAfCookie (Results 1 – 1 of 1) sorted by relevance
81 private int mCurrentAfCookie = AF_UNINITIALIZED; field in AutoFocusStateMachine348 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()