Home
last modified time | relevance | path

Searched refs:onCaptureStarted (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h312 ACameraCaptureSession_captureCallback_start onCaptureStarted; member
763 ACameraCaptureSession_captureCallback_start onCaptureStarted; member
878 ACameraCaptureSession_captureCallback_startV2 onCaptureStarted; member
929 ACameraCaptureSession_captureCallback_startV2 onCaptureStarted; member
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
DSimpleSessionProcessorStub.java196 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) in startTrigger() method
198 captureCallback.onCaptureStarted(captureSequenceId, timestamp); in startTrigger()
264 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) in startRepeating() method
266 captureCallback.onCaptureStarted(captureSequenceId, timestamp); in startRepeating()
332 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) in startCapture() method
334 captureCallback.onCaptureStarted(captureSequenceId, timestamp); in startCapture()
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2CaptureCallbackSplitter.java89 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackSplitter
92 target.onCaptureStarted(session, request, timestamp, frameNumber); in onCaptureStarted()
DCamera2CaptureCallbackForwarder.java91 public void onCaptureStarted(final CameraCaptureSession session, final CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackForwarder
96 mListener.onCaptureStarted(session, request, timestamp, frameNumber); in onCaptureStarted()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCaptureCallback.java125 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in BlockingCaptureCallback
127 if (mProxy != null) mProxy.onCaptureStarted(session, request, timestamp, frameNumber); in onCaptureStarted()
/frameworks/base/core/java/android/view/
DIScrollCaptureCallbacks.aidl33 oneway void onCaptureStarted(); in onCaptureStarted() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DICaptureCallback.aidl23 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
DIRequestCallback.aidl26 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
/frameworks/base/core/java/android/hardware/camera2/extension/
DICaptureCallback.aidl24 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
DIRequestCallback.aidl25 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/
DICameraDeviceCallback.aidl33 void onCaptureStarted(in CaptureResultExtras resultExtras, in long timestamp); in onCaptureStarted() method
/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceCallbacks.aidl38 oneway void onCaptureStarted(in CaptureResultExtras resultExtras, long timestamp); in onCaptureStarted() method
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DBaseAdvancedExtenderImpl.java290 public void onCaptureStarted(RequestProcessorImpl.Request request, long frameNumber, in startTrigger()
292 captureCallback.onCaptureStarted(seqId, timestamp); in startTrigger()
383 public void onCaptureStarted(RequestProcessorImpl.Request request, long frameNumber, in startRepeating()
385 captureCallback.onCaptureStarted(seqId, timestamp); in startRepeating()
474 public void onCaptureStarted(RequestProcessorImpl.Request request, in startCapture()
476 captureCallback.onCaptureStarted(seqId, timestamp); in startCapture()
DRequestProcessorImpl.java96 void onCaptureStarted( in onCaptureStarted() method
DSessionProcessorImpl.java308 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
DNightAdvancedExtenderImpl.java215 public void onCaptureStarted(RequestProcessorImpl.Request request, long frameNumber, in startRepeating()
217 captureCallback.onCaptureStarted(seqId, timestamp); in startRepeating()
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/1/android/frameworks/cameraservice/device/
DICameraDeviceCallback.aidl37 …oneway void onCaptureStarted(in android.frameworks.cameraservice.device.CaptureResultExtras result… in onCaptureStarted() method
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/current/android/frameworks/cameraservice/device/
DICameraDeviceCallback.aidl37 …oneway void onCaptureStarted(in android.frameworks.cameraservice.device.CaptureResultExtras result… in onCaptureStarted() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/advanced/
DSessionProcessorImpl.java214 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
DRequestProcessorImpl.java96 void onCaptureStarted( in onCaptureStarted() method
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DRequestProcessorImpl.java96 void onCaptureStarted( in onCaptureStarted() method
DSessionProcessorImpl.java308 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraDeviceCallbacks.cpp84 binder::Status H2BCameraDeviceCallbacks::onCaptureStarted( in onCaptureStarted() function in android::frameworks::cameraservice::device::V2_0::implementation::H2BCameraDeviceCallbacks
88 auto ret = mBase->onCaptureStarted(hCaptureResultExtras, timestamp); in onCaptureStarted()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCaptureCallback.java65 public abstract void onCaptureStarted(CameraDevice camera, in onCaptureStarted() method in CaptureCallback
/frameworks/av/camera/ndk/impl/
DACameraDevice.h92 binder::Status onCaptureStarted(const CaptureResultExtras& resultExtras,
328 mOnCaptureStarted2 = cbs->onCaptureStarted; in initCaptureCallbacksV2()
341 mOnCaptureStarted = cbs->onCaptureStarted; in initCaptureCallbacks()

123