Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libcamera2ndk/
Dstubs_arm64.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_close);
89 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_close); in init_stub_library()
Dstubs_arm.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraCaptureSession_close);
89 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraCaptureSession_close); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt6 ACameraCaptureSession_close;
DNdkCameraCaptureSession.cpp36 void ACameraCaptureSession_close(ACameraCaptureSession* session) { in ACameraCaptureSession_close() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h416 void ACameraCaptureSession_close(ACameraCaptureSession* session);
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp211 ACameraCaptureSession_close(mSession); in closeCamera()