Home
last modified time | relevance | path

Searched refs:ACameraManager_openCamera (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/
Dstubs_riscv64.cc47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraManager_openCamera);
121 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraManager_openCamera); in init_stub_library()
Dstubs_arm64.cc47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraManager_openCamera);
121 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraManager_openCamera); in init_stub_library()
Dstubs_arm.cc47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ACameraManager_openCamera);
121 INIT_INTERCEPTABLE_STUB_FUNCTION("libcamera2ndk.so", ACameraManager_openCamera); in init_stub_library()
/frameworks/av/camera/ndk/include/camera/
DNdkCameraManager.h290 camera_status_t ACameraManager_openCamera(
/frameworks/av/camera/ndk/
Dlibcamera2ndk.map.txt30 ACameraManager_openCamera;
DNdkCameraManager.cpp181 camera_status_t ACameraManager_openCamera( in ACameraManager_openCamera() function
/frameworks/libs/native_bridge_support/android_api/libcamera2ndk/proxy/
Dandroid_camera_trampolines.cc380 return ACameraManager_openCamera(manager, cameraId, host_callbacks, device); in DoThunk_ACameraManager_openCamera()
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp83 ret = ACameraManager_openCamera(mCameraManager, mCameraId, &mDeviceCb, &mDevice); in initCamera()