Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libcamera2ndk/
Dstubs_arm64.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_capture);
87 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_capture); in init_stub_library()
Dstubs_arm.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_capture);
87 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_capture); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt4 ACameraCaptureSession_capture;
DNdkCameraCaptureSession.cpp70 camera_status_t ACameraCaptureSession_capture( in ACameraCaptureSession_capture() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h471 camera_status_t ACameraCaptureSession_capture(
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp236 return ACameraCaptureSession_capture(mSession, &mCaptureCallbacks, 1, &mStillRequest, in takePicture()