OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endsectionasync
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java
94
* <p>Must be followed by a call to {@link #
endSectionAsync
} using the same
116
public static void
endSectionAsync
(String methodName, int cookie) {
118
Log.v(TAG, "
endSectionAsync
" + methodName + " " + cookie);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java
350
SysTrace.
endSectionAsync
(mCurrentAfTrace, mCurrentAfCookie);
366
SysTrace.
endSectionAsync
(mCurrentAfTrace, mCurrentAfCookie);
Completed in 732 milliseconds