Lines Matching full:transition
929 // we failed to transition to a QCS_IDLE state, that's because
946 // we failed to transition to a QCS_IDLE state, that's because
1731 // transition on mStateWait. That's why we signal(), not
1734 LOGV("state transition %s --> %s",
1746 #define TRANSITION(e,s) do { \
1765 TRANSITION(QCS_INTERNAL_STOPPING, QCS_INIT);
1793 // we do not transition to QCS_ERROR for them.
1807 TRANSITION(QCS_INTERNAL_PREVIEW_REQUESTED,
1821 // transition to QCS_ERROR
1831 // transition to QCS_ERROR
1837 TRANSITION(QCS_INIT, QCS_IDLE);
1841 TRANSITION(QCS_INTERNAL_STOPPING, QCS_INIT);
1845 TRANSITION(QCS_INTERNAL_PREVIEW_STOPPING,
1850 TRANSITION(QCS_INTERNAL_RAW_REQUESTED,
1860 // we transition the state because another thread may be
1873 } else { // transition to QCS_ERROR
1909 // before we transition the state because another
1916 TRANSITION(QCS_WAITING_JPEG, QCS_IDLE);
1918 // transition to QCS_ERROR
1924 // transition to QCS_ERROR
1929 // NO TRANSITION HERE. We acquire mStateLock here because it is
1968 // transition to QCS_ERROR
1973 #undef TRANSITION