Home
last modified time | relevance | path

Searched refs:ACameraCaptureSession_close (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_close);
97 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_close); in init_stub_library()
Dstubs_arm64.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_close);
97 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_close); in init_stub_library()
Dstubs_arm.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_close);
97 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_close); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt8 ACameraCaptureSession_close;
DNdkCameraCaptureSession.cpp38 void ACameraCaptureSession_close(ACameraCaptureSession* session) { in ACameraCaptureSession_close() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h450 void ACameraCaptureSession_close(ACameraCaptureSession* session);
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp230 ACameraCaptureSession_close(mSession); in closeCamera()