Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libcamera2ndk/
Dstubs_arm64.cc77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_free);
144 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_free); in init_stub_library()
Dstubs_arm.cc77 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_free);
144 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_free); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt59 ACaptureSessionOutputContainer_free;
DNdkCameraDevice.cpp124 void ACaptureSessionOutputContainer_free(ACaptureSessionOutputContainer* container) { in ACaptureSessionOutputContainer_free() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h336 void ACaptureSessionOutputContainer_free(ACaptureSessionOutputContainer* container)
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp223 ACaptureSessionOutputContainer_free(mOutputs); in closeCamera()