Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_remove);
159 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_remove); in init_stub_library()
Dstubs_arm64.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_remove);
159 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_remove); in init_stub_library()
Dstubs_arm.cc85 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_remove);
159 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_remove); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt68 ACaptureSessionOutputContainer_remove;
DNdkCameraDevice.cpp242 camera_status_t ACaptureSessionOutputContainer_remove( in ACaptureSessionOutputContainer_remove() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h405 camera_status_t ACaptureSessionOutputContainer_remove(
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp125 ACaptureSessionOutputContainer_remove(mOutputs, sessionOutput); in initCamera()