Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libcamera2ndk/
H A Dstubs_arm.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_add);
142 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_add); in init_stub_library()
H A Dstubs_arm64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionOutputContainer_add);
142 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionOutputContainer_add); in init_stub_library()
/aosp12/frameworks/av/camera/ndk/
H A Dlibcamera2ndk.map.txt58 ACaptureSessionOutputContainer_add;
H A DNdkCameraDevice.cpp232 camera_status_t ACaptureSessionOutputContainer_add( in ACaptureSessionOutputContainer_add() function
/aosp12/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraDevice.h388 camera_status_t ACaptureSessionOutputContainer_add(
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp100 ret = ACaptureSessionOutputContainer_add(mOutputs, mImgReaderOutput); in initCamera()
116 ret = ACaptureSessionOutputContainer_add(mOutputs, sessionOutput); in initCamera()