Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1996 auto cameraInterface = in initializeDeviceInfo() local
1998 if (cameraInterface == nullptr) return nullptr; in initializeDeviceInfo()
2001 cameraInterface->getResourceCost([&status, &resourceCost]( in initializeDeviceInfo()
2025 mProviderPublicCameraIds, cameraInterface)); in initializeDeviceInfo()
2041 sp<device::V1_0::ICameraDevice> cameraInterface; in startDeviceInterface() local
2047 ret = interface->getCameraDeviceInterface_V1_x(name, [&status, &cameraInterface]( in startDeviceInterface()
2050 cameraInterface = interface; in startDeviceInterface()
2062 return cameraInterface; in startDeviceInterface()
2070 sp<device::V3_2::ICameraDevice> cameraInterface; in startDeviceInterface() local
2076 ret = interface->getCameraDeviceInterface_V3_x(name, [&status, &cameraInterface]( in startDeviceInterface()
[all …]