Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libcamera2ndk/
H A Dstubs_arm.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_remove);
145 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_remove); in init_stub_library()
H A Dstubs_arm64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_remove);
145 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_remove); in init_stub_library()
/aosp12/frameworks/av/camera/ndk/
H A Dlibcamera2ndk.map.txt61 ACaptureSessionOutputContainer_remove;
H A DNdkCameraDevice.cpp248 camera_status_t ACaptureSessionOutputContainer_remove( in ACaptureSessionOutputContainer_remove() function
/aosp12/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraDevice.h405 camera_status_t ACaptureSessionOutputContainer_remove(
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp125 ACaptureSessionOutputContainer_remove(mOutputs, sessionOutput); in initCamera()