Searched refs:mCaptureState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp45 mCaptureState(IDLE),
84 while (mCaptureState != IDLE) {
145 kStateNames[mCaptureState]);
195 currentState = mCaptureState;
201 if (currentState != mCaptureState) {
202 if (mCaptureState != IDLE) {
203 ATRACE_ASYNC_END(kStateNames[mCaptureState], mStateTransitionCount);
205 mCaptureState = currentState;
207 if (mCaptureState != IDLE) {
208 ATRACE_ASYNC_BEGIN(kStateNames[mCaptureState], mStateTransitionCoun
[all...]
H A DCaptureSequencer.h126 } mCaptureState; member in class:android::camera2::CaptureSequencer
129 Mutex mStateMutex; // Guards mCaptureState

Completed in 307 milliseconds