Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libcamera2ndk/
H A Dstubs_arm.cc81 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionPhysicalOutput_create);
148 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionPhysicalOutput_create); in init_stub_library()
H A Dstubs_arm64.cc81 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACaptureSessionPhysicalOutput_create);
148 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACaptureSessionPhysicalOutput_create); in init_stub_library()
/aosp12/frameworks/av/camera/ndk/
H A Dlibcamera2ndk.map.txt66 ACaptureSessionPhysicalOutput_create; # introduced=29
H A DNdkCameraDevice.cpp159 camera_status_t ACaptureSessionPhysicalOutput_create( in ACaptureSessionPhysicalOutput_create() function
/aosp12/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraDevice.h811 camera_status_t ACaptureSessionPhysicalOutput_create(
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp110 ret = ACaptureSessionPhysicalOutput_create(physicalStream.anw, in initCamera()