Home
last modified time | relevance | path

Searched refs:STATE_CONFIGURED (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.cpp104 case STATE_CONFIGURED: in startConfiguration()
142 LOG_ALWAYS_FATAL_IF(mState != STATE_CONFIGURED, "Invalid state: 0x%x", mState); in startConfiguration()
166 case STATE_CONFIGURED: in finishConfiguration()
186 mState = STATE_CONFIGURED; in finishConfiguration()
207 mState = STATE_CONFIGURED; in finishConfiguration()
224 case STATE_CONFIGURED: in cancelConfiguration()
236 mState = (mState == STATE_IN_RECONFIG) ? STATE_CONFIGURED : STATE_CONSTRUCTED; in cancelConfiguration()
246 if (mState != STATE_CONFIGURED) { in getBuffer()
302 if (mState != STATE_CONFIGURED) { in getInputBuffer()
DCamera3IOStreamBase.cpp119 case STATE_CONFIGURED: in disconnectLocked()
180 if (mState != STATE_CONFIGURED && in getBufferPreconditionCheckLocked()
DCamera3Stream.h261 STATE_CONFIGURED enumerator
DCamera3OutputStream.cpp257 if (mState == STATE_CONFIGURED) { in setTransformLocked()