/aosp_15_r20/out/soong/ndk/sysroot/usr/include/camera/ |
D | NdkCameraCaptureSession.h | 312 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 D | NdkCameraCaptureSession.h | 312 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 D | SimpleSessionProcessorStub.java | 196 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/ |
D | android-ex-camera2-utils.jar | com/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/ |
D | ICameraDeviceCallback.cpp | 131 ::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/ |
D | ICameraDeviceCallback.cpp | 131 ::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/ |
D | ICameraDeviceCallback.cpp | 131 ::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/ |
D | ICameraDeviceCallback.cpp | 131 ::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 D | SessionProcessor.java | 116 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 D | RequestProcessor.java | 76 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 D | ICaptureCallback.aidl | 25 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
|
H A D | IRequestCallback.aidl | 25 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/ |
D | ICameraDeviceCallback.cpp | 151 ::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 D | CameraExtensionSessionImpl.java | 1152 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 D | IScrollCaptureCallbacks.aidl | 33 oneway void onCaptureStarted(); in onCaptureStarted() method
|
/aosp_15_r20/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | CaptureStats.java | 14 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 D | ICaptureCallback.aidl | 23 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
|
H A D | IRequestCallback.aidl | 26 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/ |
D | ICameraDeviceCallback.aidl | 37 …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/ |
D | ICameraDeviceCallback.aidl | 37 …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/ |
D | ICameraDeviceCallback.aidl | 33 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/ |
D | ICameraDeviceCallback.aidl | 37 …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/ |
D | ICameraDeviceCallback.aidl | 37 …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/ |
D | BnCameraDeviceCallback.h | 41 …::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/ |
D | BnCameraDeviceCallback.h | 41 …::ndk::ScopedAStatus onCaptureStarted(const ::aidl::android::frameworks::cameraservice::device::Ca… in onCaptureStarted() function
|