Home
last modified time | relevance | path

Searched refs:ACameraDevice_createCaptureSession (Results 1 – 11 of 11) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc38 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraDevice_createCaptureSession);
112 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraDevice_createCaptureSession); in init_stub_library()
Dstubs_arm64.cc38 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraDevice_createCaptureSession);
112 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraDevice_createCaptureSession); in init_stub_library()
Dstubs_arm.cc38 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraDevice_createCaptureSession);
112 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraDevice_createCaptureSession); in init_stub_library()
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt21 ACameraDevice_createCaptureSession;
DNdkCameraDevice.cpp255 camera_status_t ACameraDevice_createCaptureSession( in ACameraDevice_createCaptureSession() function
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h680 camera_status_t ACameraDevice_createCaptureSession(
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp81 this->decStrong((void*) ACameraDevice_createCaptureSession); in closeByApp()
DACameraDevice.cpp212 newSession->incStrong((void *) ACameraDevice_createCaptureSession); in createCaptureSession()
/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/proxy/
Dandroid_camera_trampolines.cc358 return ACameraDevice_createCaptureSession(device, outputs, host_callbacks, session); in DoThunk_ACameraDevice_createCaptureSession()
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp140 ret = ACameraDevice_createCaptureSession(mDevice, mOutputs, &mSessionCb, &mSession); in initCamera()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp209 newSession->incStrong((void *) ACameraDevice_createCaptureSession); in createCaptureSession()