Searched refs:mCurrentExtensionSession (Results 1 – 1 of 1) sorted by relevance
150 private CameraExtensionSessionImpl mCurrentExtensionSession; field in CameraDeviceImpl704 if (mCurrentExtensionSession != null) { in createCaptureSessionInternal()705 mCurrentExtensionSession.commitStats(); in createCaptureSessionInternal()718 if (mCurrentExtensionSession != null) { in createCaptureSessionInternal()719 mCurrentExtensionSession.release(false /*skipCloseNotification*/); in createCaptureSessionInternal()720 mCurrentExtensionSession = null; in createCaptureSessionInternal()1423 if (mCurrentExtensionSession != null) { in close()1424 mCurrentExtensionSession.commitStats(); in close()1436 if (mCurrentExtensionSession != null) { in close()1437 mCurrentExtensionSession.release(true /*skipCloseNotification*/); in close()[all …]