Home
last modified time | relevance | path

Searched refs:ACameraCaptureSession_setRepeatingRequest (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_setRepeatingRequest);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_setRepeatingRequest); in init_stub_library()
Dstubs_arm64.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_setRepeatingRequest);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_setRepeatingRequest); in init_stub_library()
Dstubs_arm.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_setRepeatingRequest);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_setRepeatingRequest); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt10 ACameraCaptureSession_setRepeatingRequest;
DNdkCameraCaptureSession.cpp119 camera_status_t ACameraCaptureSession_setRepeatingRequest( in ACameraCaptureSession_setRepeatingRequest() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h562 camera_status_t ACameraCaptureSession_setRepeatingRequest(
/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/proxy/
Dandroid_camera_trampolines.cc281 return ACameraCaptureSession_setRepeatingRequest( in DoThunk_ACameraCaptureSession_setRepeatingRequest()