Home
last modified time | relevance | path

Searched defs:onCaptureStarted (Results 1 – 25 of 45) sorted by relevance

12

/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/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/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/
DICameraDeviceCallback.aidl33 void onCaptureStarted(in CaptureResultExtras resultExtras, in long timestamp); in onCaptureStarted() method
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/2/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/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/base/core/java/android/hardware/camera2/extension/
DICaptureCallback.aidl25 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
DIRequestCallback.aidl25 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
DSessionProcessor.java120 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
483 public void onCaptureStarted(int captureSequenceId, long timestamp) { in onCaptureStarted() method in SessionProcessor.CaptureCallbackImpl
DRequestProcessor.java80 void onCaptureStarted(@NonNull Request request, long frameNumber, long timestamp); in onCaptureStarted() method
450 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) { in onCaptureStarted() method in RequestProcessor.RequestCallbackImpl
/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
264 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) in startRepeating() method
332 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) in startCapture() method
/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceCallbacks.aidl38 oneway void onCaptureStarted(in CaptureResultExtras resultExtras, long timestamp); in onCaptureStarted() method
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2CaptureCallbackSplitter.java89 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackSplitter
DCamera2CaptureCallbackForwarder.java91 public void onCaptureStarted(final CameraCaptureSession session, final CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackForwarder
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DRequestProcessorImpl.java96 void onCaptureStarted( in onCaptureStarted() method
DSessionProcessorImpl.java313 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCaptureCallback.java125 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in BlockingCaptureCallback
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DRequestProcessorImpl.java96 void onCaptureStarted( in onCaptureStarted() method
DSessionProcessorImpl.java313 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/advanced/
DRequestProcessorImpl.java96 void onCaptureStarted( in onCaptureStarted() method
DSessionProcessorImpl.java218 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
/frameworks/base/core/java/android/hardware/camera2/impl/
DCaptureCallback.java65 public abstract void onCaptureStarted(CameraDevice camera, in onCaptureStarted() method in CaptureCallback
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraDeviceCallbacks.cpp84 binder::Status H2BCameraDeviceCallbacks::onCaptureStarted( in onCaptureStarted() function in android::frameworks::cameraservice::device::V2_0::implementation::H2BCameraDeviceCallbacks

12