Lines Matching refs:mCurrentSession
70 mCurrentSession(nullptr) { in CameraDevice()
190 sp<ACameraCaptureSession> currentSession = mCurrentSession.promote(); in createCaptureSession()
214 mCurrentSession = newSession; in createCaptureSession()
440 if (mCurrentSession != session) { in notifySessionEndOfLifeLocked()
444 mCurrentSession = nullptr; in notifySessionEndOfLifeLocked()
519 if (mCurrentSession != session) { in flushLocked()
670 if (!mIdle && mCurrentSession != nullptr) { in configureStreamsLocked()
671 if (mBusySession != mCurrentSession) { in configureStreamsLocked()
892 sp<ACameraCaptureSession> session = mCurrentSession.promote(); in stopLooperAndDisconnect()
896 mCurrentSession = nullptr; in stopLooperAndDisconnect()
1431 sp<ACameraCaptureSession> session = dev->mCurrentSession.promote(); in onDeviceError()
1443 dev->mCurrentSession = nullptr; in onDeviceError()
1512 if (dev->mCurrentSession != nullptr) { in onDeviceIdle()
1514 if (dev->mBusySession != dev->mCurrentSession) { in onDeviceIdle()