Home
last modified time | relevance | path

Searched refs:ACaptureRequest_copy (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc62 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureRequest_copy);
136 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureRequest_copy); in init_stub_library()
Dstubs_arm64.cc62 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureRequest_copy);
136 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureRequest_copy); in init_stub_library()
Dstubs_arm.cc62 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureRequest_copy);
136 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureRequest_copy); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt45 ACaptureRequest_copy; # introduced=28
DNdkCaptureRequest.cpp218 ACaptureRequest* ACaptureRequest_copy(const ACaptureRequest* src) { in ACaptureRequest_copy() function
/frameworks/av/camera/ndk/include/camera/
DNdkCaptureRequest.h351 ACaptureRequest* ACaptureRequest_copy(const ACaptureRequest* src) __INTRODUCED_IN(28);