Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_free);
158 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_free); in init_stub_library()
Dstubs_arm64.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_free);
158 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_free); in init_stub_library()
Dstubs_arm.cc84 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_free);
158 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_free); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt67 ACaptureSessionOutputContainer_free;
DNdkCameraDevice.cpp117 void ACaptureSessionOutputContainer_free(ACaptureSessionOutputContainer* container) { in ACaptureSessionOutputContainer_free() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h344 void ACaptureSessionOutputContainer_free(ACaptureSessionOutputContainer* container)
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp242 ACaptureSessionOutputContainer_free(mOutputs); in closeCamera()