Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libcamera2ndk/
Dstubs_arm64.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_free);
147 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_free); in init_stub_library()
Dstubs_arm.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutput_free);
147 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutput_free); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt66 ACaptureSessionOutput_free;
DNdkCameraDevice.cpp223 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) { in ACaptureSessionOutput_free() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h368 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) __INTRODUCED_IN(24);
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp126 ACaptureSessionOutput_free(sessionOutput); in initCamera()
215 ACaptureSessionOutput_free(mImgReaderOutput); in closeCamera()
219 ACaptureSessionOutput_free(extraOutput); in closeCamera()