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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.cpp45 mCaptureState(IDLE),
81 while (mCaptureState != IDLE) {
142 kStateNames[mCaptureState]);
193 currentState = mCaptureState;
199 if (currentState != mCaptureState) {
200 mCaptureState = currentState;
201 ATRACE_INT("cam2_capt_state", mCaptureState);
203 client->getCameraId(), kStateNames[mCaptureState]);
207 if (mCaptureState == ERROR) {
H A DCaptureSequencer.h126 } mCaptureState; member in class:android::camera2::CaptureSequencer
128 Mutex mStateMutex; // Guards mCaptureState

Completed in 260 milliseconds