Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_free);
161 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_free); in init_stub_library()
Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_free);
161 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_free); in init_stub_library()
Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_free);
161 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_free); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt74 ACaptureSessionOutput_free;
DNdkCameraDevice.cpp217 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) { in ACaptureSessionOutput_free() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h376 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) __INTRODUCED_IN(24);
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp126 ACaptureSessionOutput_free(sessionOutput); in initCamera()
234 ACaptureSessionOutput_free(mImgReaderOutput); in closeCamera()
238 ACaptureSessionOutput_free(extraOutput); in closeCamera()