Home
last modified time | relevance | path

Searched refs:ACameraCaptureSession_captureV2 (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_captureV2);
96 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_captureV2); in init_stub_library()
Dstubs_arm64.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_captureV2);
96 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_captureV2); in init_stub_library()
Dstubs_arm.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_captureV2);
96 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_captureV2); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt5 ACameraCaptureSession_captureV2; # introduced=33
DNdkCameraCaptureSession.cpp81 camera_status_t ACameraCaptureSession_captureV2( in ACameraCaptureSession_captureV2() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h981 camera_status_t ACameraCaptureSession_captureV2(
/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/proxy/
Dandroid_camera_trampolines.cc268 return ACameraCaptureSession_captureV2( in DoThunk_ACameraCaptureSession_captureV2()
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp260 return ACameraCaptureSession_captureV2(mSession, &mCaptureCallbacksV2, 1, in takePicture2()