Searched defs:mCurrentAfCookie (Results 1 - 1 of 1) sorted by relevance

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

Completed in 49 milliseconds