/frameworks/av/camera/ndk/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
|
/frameworks/base/core/java/android/view/ |
D | IScrollCaptureCallbacks.aidl | 33 oneway void onCaptureStarted(); in onCaptureStarted() method
|
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/ |
D | ICaptureCallback.aidl | 23 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
|
D | IRequestCallback.aidl | 26 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
|
/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
|
/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
|
/frameworks/hardware/interfaces/cameraservice/device/aidl/aidl_api/android.frameworks.cameraservice.device/3/android/frameworks/cameraservice/device/ |
D | ICameraDeviceCallback.aidl | 37 …oneway void onCaptureStarted(in android.frameworks.cameraservice.device.CaptureResultExtras result… in onCaptureStarted() method
|
/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
|
/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
|
/frameworks/base/core/java/android/hardware/camera2/extension/ |
D | ICaptureCallback.aidl | 25 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
|
D | IRequestCallback.aidl | 25 void onCaptureStarted(int requestId, long frameNumber, long timestamp); in onCaptureStarted() method
|
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
|
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
|
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/ |
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
|
/frameworks/av/camera/aidl/android/hardware/camera2/ |
D | ICameraDeviceCallbacks.aidl | 39 oneway void onCaptureStarted(in CaptureResultExtras resultExtras, long timestamp); in onCaptureStarted() method
|
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/ |
D | Camera2CaptureCallbackSplitter.java | 89 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackSplitter
|
D | Camera2CaptureCallbackForwarder.java | 91 public void onCaptureStarted(final CameraCaptureSession session, final CaptureRequest request, in onCaptureStarted() method in Camera2CaptureCallbackForwarder
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingCaptureCallback.java | 125 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, in onCaptureStarted() method in BlockingCaptureCallback
|
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/ |
D | RequestProcessorImpl.java | 96 void onCaptureStarted( in onCaptureStarted() method
|
D | SessionProcessorImpl.java | 313 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
|
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/ |
D | RequestProcessorImpl.java | 101 void onCaptureStarted( in onCaptureStarted() method
|
D | SessionProcessorImpl.java | 326 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/ |
D | RequestProcessorImpl.java | 96 void onCaptureStarted( in onCaptureStarted() method
|
D | SessionProcessorImpl.java | 218 void onCaptureStarted(int captureSequenceId, long timestamp); in onCaptureStarted() method
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CaptureCallback.java | 65 public abstract void onCaptureStarted(CameraDevice camera, in onCaptureStarted() method in CaptureCallback
|