Searched refs:cameraDeviceList (Results 1 – 2 of 2) sorted by relevance
962 auto cameraDeviceList = GetCameraDeviceList(); in CameraServerDied() local1105 auto cameraDeviceList = GetCameraDeviceList(); in GetCameraDeviceFromId() local1106 for (auto& deviceInfo : cameraDeviceList) { in GetCameraDeviceFromId()1263 auto cameraDeviceList = GetCameraDeviceList(); in GetSupportedCameras() local1462 cameraDeviceList[i]->GetPosition(), cameraDeviceList[i]->GetCameraType()); in CreateCameraInput()1463 …if ((cameraDeviceList[i]->GetPosition() == position) && (cameraDeviceList[i]->GetCameraType() == c… in CreateCameraInput()2090 cameraDeviceList = GetCameraDeviceList(); in IsCameraMuteSupported()2115 if (!cameraDeviceList.empty()) { in IsCameraMuteSupported()2195 cameraDeviceList = GetCameraDeviceList(); in IsTorchSupported()2214 if (!cameraDeviceList.empty()) { in IsTorchSupported()[all …]
6079 auto cameraDeviceList = CameraManager::GetInstance()->GetSupportedCamerasWithFoldStatus(); in FindFrontCamera() local6080 for (const auto& cameraDevice : cameraDeviceList) { in FindFrontCamera()