Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1653 auto cameraInterface = in initializeDeviceInfo() local
1655 if (cameraInterface == nullptr) return nullptr; in initializeDeviceInfo()
1658 cameraInterface->getResourceCost([&status, &resourceCost]( in initializeDeviceInfo()
1682 mProviderPublicCameraIds, cameraInterface)); in initializeDeviceInfo()
1698 sp<device::V1_0::ICameraDevice> cameraInterface; in startDeviceInterface() local
1704 ret = interface->getCameraDeviceInterface_V1_x(name, [&status, &cameraInterface]( in startDeviceInterface()
1707 cameraInterface = interface; in startDeviceInterface()
1719 return cameraInterface; in startDeviceInterface()
1727 sp<device::V3_2::ICameraDevice> cameraInterface; in startDeviceInterface() local
1733 ret = interface->getCameraDeviceInterface_V3_x(name, [&status, &cameraInterface]( in startDeviceInterface()
[all …]