Home
last modified time | relevance | path

Searched refs:mCurrentAdvancedExtensionSession (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java151 private CameraAdvancedExtensionSessionImpl mCurrentAdvancedExtensionSession; field in CameraDeviceImpl
708 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 …]