Home
last modified time | relevance | path

Searched refs:cameraDevicePath (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp52 std::string* cameraDevicePath) { in matchDeviceName() argument
59 if (cameraDevicePath != nullptr) { in matchDeviceName()
60 *cameraDevicePath = "/dev/video" + std::to_string(std::stoi(sm[2]) - cameraIdOffset); in matchDeviceName()
152 std::string cameraDevicePath, deviceVersion; in getCameraDeviceInterface_V3_x() local
154 &deviceVersion, &cameraDevicePath); in getCameraDeviceInterface_V3_x()
171 cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
177 cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
183 cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
193 ALOGE("%s: camera device %s init failed!", __FUNCTION__, cameraDevicePath.c_str()); in getCameraDeviceInterface_V3_x()
/hardware/interfaces/camera/provider/2.7/default/
DExternalCameraProviderImpl_2_7.cpp49 std::string* cameraDevicePath) { in matchDeviceName() argument
56 if (cameraDevicePath != nullptr) { in matchDeviceName()
57 *cameraDevicePath = "/dev/video" + std::to_string(std::stoi(sm[2]) - cameraIdOffset); in matchDeviceName()
171 std::string cameraDevicePath, deviceVersion; in getCameraDeviceInterface_V3_x() local
173 &cameraDevicePath); in getCameraDeviceInterface_V3_x()
190 new device::V3_4::implementation::ExternalCameraDevice(cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
196 new device::V3_5::implementation::ExternalCameraDevice(cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
202 new device::V3_6::implementation::ExternalCameraDevice(cameraDevicePath, mCfg); in getCameraDeviceInterface_V3_x()
212 ALOGE("%s: camera device %s init failed!", __FUNCTION__, cameraDevicePath.c_str()); in getCameraDeviceInterface_V3_x()
/hardware/interfaces/camera/provider/default/
DExternalCameraProvider.cpp52 std::string* cameraDevicePath) { in matchDeviceName() argument
58 if (cameraDevicePath != nullptr) { in matchDeviceName()
59 *cameraDevicePath = "/dev/video" + std::to_string(std::stoi(sm[2]) - cameraIdOffset); in matchDeviceName()
118 std::string cameraDevicePath, deviceVersion; in getCameraDeviceInterface() local
120 &cameraDevicePath); in getCameraDeviceInterface()
135 ndk::SharedRefBase::make<ExternalCameraDevice>(cameraDevicePath, mCfg); in getCameraDeviceInterface()
137 ALOGE("%s: camera device %s init failed!", __FUNCTION__, cameraDevicePath.c_str()); in getCameraDeviceInterface()