Searched refs:mCurrentExtensionSession (Results 1 – 1 of 1) sorted by relevance
149 private CameraExtensionSessionImpl mCurrentExtensionSession; field in CameraDeviceImpl707 if (mCurrentExtensionSession != null) { in createCaptureSessionInternal()708 mCurrentExtensionSession.release(false /*skipCloseNotification*/); in createCaptureSessionInternal()709 mCurrentExtensionSession = null; in createCaptureSessionInternal()1415 if (mCurrentExtensionSession != null) { in close()1416 mCurrentExtensionSession.release(true /*skipCloseNotification*/); in close()1417 mCurrentExtensionSession = null; in close()2500 mCurrentExtensionSession = CameraExtensionSessionImpl.createCameraExtensionSession( in createExtensionSession()