Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libcamera2ndk/
H A Dstubs_arm.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraDevice_createCaptureRequest_withPhysicalIds);
98 …IT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraDevice_createCaptureRequest_withPhysical… in init_stub_library()
H A Dstubs_arm64.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraDevice_createCaptureRequest_withPhysicalIds);
98 …IT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraDevice_createCaptureRequest_withPhysical… in init_stub_library()
/aosp12/frameworks/av/camera/ndk/
H A Dlibcamera2ndk.map.txt14 ACameraDevice_createCaptureRequest_withPhysicalIds; # introduced=29
H A DNdkCameraDevice.cpp85 camera_status_t ACameraDevice_createCaptureRequest_withPhysicalIds( in ACameraDevice_createCaptureRequest_withPhysicalIds() function
/aosp12/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraDevice.h851 camera_status_t ACameraDevice_createCaptureRequest_withPhysicalIds(
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp148 ret = ACameraDevice_createCaptureRequest_withPhysicalIds(mDevice, in initCamera()