Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc86 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_create);
160 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_create); in init_stub_library()
Dstubs_arm64.cc86 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_create);
160 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_create); in init_stub_library()
Dstubs_arm.cc86 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_create);
160 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_create); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt69 ACaptureSessionOutput_create;
DNdkCameraDevice.cpp126 camera_status_t ACaptureSessionOutput_create( in ACaptureSessionOutput_create() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h366 camera_status_t ACaptureSessionOutput_create(
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp95 ret = ACaptureSessionOutput_create(mImgReaderAnw, &mImgReaderOutput); in initCamera()