Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.cpp160 case STATE_CONFIGURED: in startConfiguration()
194 LOG_ALWAYS_FATAL_IF(mState != STATE_CONFIGURED, "Invalid state: 0x%x", mState); in startConfiguration()
218 case STATE_CONFIGURED: in finishConfiguration()
238 mState = STATE_CONFIGURED; in finishConfiguration()
256 mState = STATE_CONFIGURED; in finishConfiguration()
273 case STATE_CONFIGURED: in cancelConfiguration()
285 mState = (mState == STATE_IN_RECONFIG) ? STATE_CONFIGURED : STATE_CONSTRUCTED; in cancelConfiguration()
308 if (mState != STATE_CONFIGURED) { in startPrepare()
423 mState = STATE_CONFIGURED; in cancelPrepareLocked()
435 if (mState != STATE_CONFIGURED) { in tearDown()
[all …]
DCamera3IOStreamBase.cpp128 case STATE_CONFIGURED: in disconnectLocked()
189 if (mState != STATE_CONFIGURED && in getBufferPreconditionCheckLocked()
DCamera3SharedOutputStream.cpp126 if (res == NO_INIT && mState == STATE_CONFIGURED) { in getBufferLocked()
DCamera3Stream.h415 STATE_CONFIGURED, enumerator
DCamera3OutputStream.cpp317 if (mState == STATE_CONFIGURED) { in setTransformLocked()
552 if (res == NO_INIT && mState == STATE_CONFIGURED) { in getBufferLockedCommon()