Searched refs:mCurrentAdvancedExtensionSession (Results 1 – 1 of 1) sorted by relevance
151 private CameraAdvancedExtensionSessionImpl mCurrentAdvancedExtensionSession; field in CameraDeviceImpl708 if (mCurrentAdvancedExtensionSession != null) { in createCaptureSessionInternal()709 mCurrentAdvancedExtensionSession.commitStats(); in createCaptureSessionInternal()723 if (mCurrentAdvancedExtensionSession != null) { in createCaptureSessionInternal()724 mCurrentAdvancedExtensionSession.release(false /*skipCloseNotification*/); in createCaptureSessionInternal()725 mCurrentAdvancedExtensionSession = null; in createCaptureSessionInternal()1427 if (mCurrentAdvancedExtensionSession != null) { in close()1428 mCurrentAdvancedExtensionSession.commitStats(); in close()1441 if (mCurrentAdvancedExtensionSession != null) { in close()1443 mCurrentAdvancedExtensionSession = null; in close()[all …]