Searched refs:mCurrentAdvancedExtensionSession (Results 1 – 1 of 1) sorted by relevance
150 private CameraAdvancedExtensionSessionImpl mCurrentAdvancedExtensionSession; field in CameraDeviceImpl712 if (mCurrentAdvancedExtensionSession != null) { in createCaptureSessionInternal()713 mCurrentAdvancedExtensionSession.release(false /*skipCloseNotification*/); in createCaptureSessionInternal()714 mCurrentAdvancedExtensionSession = null; in createCaptureSessionInternal()1420 if (mCurrentAdvancedExtensionSession != null) { in close()1421 mCurrentAdvancedExtensionSession.release(true /*skipCloseNotification*/); in close()1422 mCurrentAdvancedExtensionSession = null; in close()2496 mCurrentAdvancedExtensionSession = in createExtensionSession()