Searched refs:onEnableSession (Results 1 – 4 of 4) sorted by relevance
33 @nullable CaptureStageImpl onEnableSession(); in onEnableSession() method
35 @nullable CaptureStageImpl onEnableSession(); in onEnableSession() method
1503 public CaptureStageImpl onEnableSession() { in onEnableSession() method in CameraExtensionsProxyService.PreviewExtenderImplStub1505 return initializeParcelable(mPreviewExtender.onEnableSession(), mCameraId); in onEnableSession()1661 public CaptureStageImpl onEnableSession() { in onEnableSession() method in CameraExtensionsProxyService.ImageCaptureExtenderImplStub1663 return initializeParcelable(mImageExtender.onEnableSession(), mCameraId); in onEnableSession()
592 CaptureStageImpl initialPreviewParams = mPreviewExtender.onEnableSession(); in compileInitialRequestList()597 CaptureStageImpl initialStillCaptureParams = mImageExtender.onEnableSession(); in compileInitialRequestList()