Home
last modified time | relevance | path

Searched refs:onCaptureStarted (Results 1 – 25 of 69) 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/
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()
DCamera2CaptureCallbackSplitter.java89 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackSplitter
92 target.onCaptureStarted(session, request, timestamp, frameNumber); in onCaptureStarted()
/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/proxy/
Dandroid_camera_checks.h54 CHECK_FIELD_LAYOUT(ACameraCaptureSession_captureCallbacks, onCaptureStarted, 32, 32);
101 CHECK_FIELD_LAYOUT(ACameraCaptureSession_captureCallbacks, onCaptureStarted, 64, 64);
Dandroid_camera_trampolines.cc84 WrapGuestFunction(GuestType(guest_callbacks->onCaptureStarted), "onCaptureStarted-callback"), in ToHostACameraCaptureSession_captureCallbacks()
132 WrapGuestFunction(GuestType(guest_callbacks->onCaptureStarted), "onCaptureStarted-callback"), in ToHostACameraCaptureSession_captureCallbacksV2()
160 WrapGuestFunction(GuestType(guest_callbacks->onCaptureStarted), "onCaptureStarted-callback"), in ToHostACameraCaptureSession_logicalCamera_captureCallbacks()
188 WrapGuestFunction(GuestType(guest_callbacks->onCaptureStarted), "onCaptureStarted-callback"), in ToHostACameraCaptureSession_logicalCamera_captureCallbacksV2()
/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.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
485 mCaptureCallback.onCaptureStarted(captureSequenceId, timestamp); in onCaptureStarted()
/frameworks/ex/camera2/extensions/eyesFreeVidSample/src/android/camera/extensions/impl/service/
DEyesFreeVidSessionProcessor.java225 public void onCaptureStarted(RequestProcessor.Request request, long frameNumber, in startRepeating()
228 captureCallback.onCaptureStarted(seqId, timestamp); in startRepeating()
406 public void onCaptureStarted(RequestProcessor.Request request, in startMultiFrameCapture()
408 captureCallback.onCaptureStarted(seqId, timestamp); in startMultiFrameCapture()
470 public void onCaptureStarted(RequestProcessor.Request request, in startTrigger()
472 captureCallback.onCaptureStarted(seqId, timestamp); in startTrigger()
/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/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/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.java218 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
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DRequestProcessorImpl.java96 void onCaptureStarted( 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/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