Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/out/soong/ndk/sysroot/usr/include/camera/
DNdkCameraCaptureSession.h312 ACameraCaptureSession_captureCallback_start onCaptureStarted; member
759 ACameraCaptureSession_captureCallback_start onCaptureStarted; member
874 ACameraCaptureSession_captureCallback_startV2 onCaptureStarted; member
925 ACameraCaptureSession_captureCallback_startV2 onCaptureStarted; member
/aosp_15_r20/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraCaptureSession.h312 ACameraCaptureSession_captureCallback_start onCaptureStarted; member
759 ACameraCaptureSession_captureCallback_start onCaptureStarted; member
874 ACameraCaptureSession_captureCallback_startV2 onCaptureStarted; member
925 ACameraCaptureSession_captureCallback_startV2 onCaptureStarted; member
/aosp_15_r20/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
H A 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
/aosp_15_r20/out/soong/.intermediates/frameworks/ex/camera2/utils/android-ex-camera2-utils/android_common/turbine/
Dandroid-ex-camera2-utils.jarcom/android/ex/camera2/utils/Camera2CaptureCallbackForwarder.class <Unknown> package com. ...
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V1-ndk-source/gen/android/frameworks/cameraservice/device/
DICameraDeviceCallback.cpp131 ::ndk::ScopedAStatus BpCameraDeviceCallback::onCaptureStarted(const ::aidl::android::frameworks::ca… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::BpCameraDeviceCallback
486 ::ndk::ScopedAStatus ICameraDeviceCallbackDefault::onCaptureStarted(const ::aidl::android::framewor… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::ICameraDeviceCallbackDefault
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V1-ndk-source/gen/android/frameworks/cameraservice/device/
DICameraDeviceCallback.cpp131 ::ndk::ScopedAStatus BpCameraDeviceCallback::onCaptureStarted(const ::aidl::android::frameworks::ca… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::BpCameraDeviceCallback
486 ::ndk::ScopedAStatus ICameraDeviceCallbackDefault::onCaptureStarted(const ::aidl::android::framewor… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::ICameraDeviceCallbackDefault
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V1-ndk-source/gen/android/frameworks/cameraservice/device/
DICameraDeviceCallback.cpp131 ::ndk::ScopedAStatus BpCameraDeviceCallback::onCaptureStarted(const ::aidl::android::frameworks::ca… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::BpCameraDeviceCallback
486 ::ndk::ScopedAStatus ICameraDeviceCallbackDefault::onCaptureStarted(const ::aidl::android::framewor… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::ICameraDeviceCallbackDefault
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V1-ndk-source/gen/android/frameworks/cameraservice/device/
DICameraDeviceCallback.cpp131 ::ndk::ScopedAStatus BpCameraDeviceCallback::onCaptureStarted(const ::aidl::android::frameworks::ca… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::BpCameraDeviceCallback
486 ::ndk::ScopedAStatus ICameraDeviceCallbackDefault::onCaptureStarted(const ::aidl::android::framewor… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::ICameraDeviceCallbackDefault
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/extension/
H A DSessionProcessor.java116 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
461 public void onCaptureStarted(int captureSequenceId, long timestamp) { in onCaptureStarted() method in SessionProcessor.CaptureCallbackImpl
H A DRequestProcessor.java76 void onCaptureStarted(@NonNull Request request, long frameNumber, long timestamp); in onCaptureStarted() method
430 public void onCaptureStarted(int requestId, long frameNumber, long timestamp) { in onCaptureStarted() method in RequestProcessor.RequestCallbackImpl
H A DICaptureCallback.aidl25 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
H A DIRequestCallback.aidl25 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V3-ndk-source/gen/android/frameworks/cameraservice/device/
DICameraDeviceCallback.cpp151 ::ndk::ScopedAStatus BpCameraDeviceCallback::onCaptureStarted(const ::aidl::android::frameworks::ca… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::BpCameraDeviceCallback
552 ::ndk::ScopedAStatus ICameraDeviceCallbackDefault::onCaptureStarted(const ::aidl::android::framewor… in onCaptureStarted() function in aidl::android::frameworks::cameraservice::device::ICameraDeviceCallbackDefault
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java1152 public void onCaptureStarted(@NonNull CameraCaptureSession session, in onCaptureStarted() method in CameraExtensionSessionImpl.BurstRequestHandler
1384 public void onCaptureStarted(@NonNull CameraCaptureSession session, in onCaptureStarted() method in CameraExtensionSessionImpl.InitialRequestHandler
1560 public void onCaptureStarted(@NonNull CameraCaptureSession session, in onCaptureStarted() method in CameraExtensionSessionImpl.CloseRequestHandler
1655 public void onCaptureStarted(@NonNull CameraCaptureSession session, in onCaptureStarted() method in CameraExtensionSessionImpl.PreviewRequestHandler
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DIScrollCaptureCallbacks.aidl33 oneway void onCaptureStarted(); in onCaptureStarted() method
/aosp_15_r20/packages/apps/Camera2/src_pd/com/android/camera/stats/
DCaptureStats.java14 public void onCaptureStarted() { in onCaptureStarted() method in CaptureStats
/aosp_15_r20/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
H A DICaptureCallback.aidl23 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
H A DIRequestCallback.aidl26 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/frameworks/hardware/interfaces/cameraservice/device/aidl/android/frameworks/cameraservice/device/
DICameraDeviceCallback.aidl33 void onCaptureStarted(in CaptureResultExtras resultExtras, in long timestamp); in onCaptureStarted() method
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device_interface/dump/android/frameworks/cameraservice/device/
DICameraDeviceCallback.aidl37 …oneway void onCaptureStarted(in android.frameworks.cameraservice.device.CaptureResultExtras result… in onCaptureStarted() method
/aosp_15_r20/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
/aosp_15_r20/prebuilts/vndk/v34/arm/include/generated-headers/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V1-ndk-source/gen/include/aidl/android/frameworks/cameraservice/device/
DBnCameraDeviceCallback.h41 …::ndk::ScopedAStatus onCaptureStarted(const ::aidl::android::frameworks::cameraservice::device::Ca… in onCaptureStarted() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/generated-headers/frameworks/hardware/interfaces/cameraservice/device/aidl/android.frameworks.cameraservice.device-V1-ndk-source/gen/include/aidl/android/frameworks/cameraservice/device/
DBnCameraDeviceCallback.h41 …::ndk::ScopedAStatus onCaptureStarted(const ::aidl::android::frameworks::cameraservice::device::Ca… in onCaptureStarted() function

1234567891011