Searched refs:mCaptureSessionState (Results 1 – 2 of 2) sorted by relevance
91 mCaptureSessionState(CaptureSessionState::kStateMax), in ImsMediaCamera()362 mCaptureSessionState = CaptureSessionState::kStateReady; in CreateSession()472 IMLOGD1("[StopSession] state[%d]", mCaptureSessionState); in StopSession()474 if (mCaptureSessionState == CaptureSessionState::kStateActive) in StopSession()671 mCaptureSessionState = state; in OnSessionState()
282 CaptureSessionState mCaptureSessionState; variable