Searched refs:onPresetSession (Results 1 – 4 of 4) sorted by relevance
32 @nullable CaptureStageImpl onPresetSession(); in onPresetSession() method
34 @nullable CaptureStageImpl onPresetSession(); in onPresetSession() method
1498 public CaptureStageImpl onPresetSession() { in onPresetSession() method in CameraExtensionsProxyService.PreviewExtenderImplStub1499 return initializeParcelable(mPreviewExtender.onPresetSession(), mCameraId); in onPresetSession()1638 public CaptureStageImpl onPresetSession() { in onPresetSession() method in CameraExtensionsProxyService.ImageCaptureExtenderImplStub1639 return initializeParcelable(mImageExtender.onPresetSession(), mCameraId); in onPresetSession()
499 CaptureStageImpl previewSessionParams = mPreviewExtender.onPresetSession(); in initialize()508 CaptureStageImpl stillCaptureSessionParams = mImageExtender.onPresetSession(); in initialize()