Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp150 std::vector<std::string>& systemDeviceIds) const { in collectDeviceIdsLocked()
158 systemDeviceIds.push_back(deviceId); in collectDeviceIdsLocked()
168 std::vector<std::string> systemDeviceIds; in getAPI1CompatibleCameraDeviceIds() local
186 collectDeviceIdsLocked(providerDeviceIds, publicDeviceIds, systemDeviceIds); in getAPI1CompatibleCameraDeviceIds()
208 std::sort(systemDeviceIds.begin(), systemDeviceIds.end(), sortFunc); in getAPI1CompatibleCameraDeviceIds()
210 deviceIds.insert(deviceIds.end(), systemDeviceIds.begin(), systemDeviceIds.end()); in getAPI1CompatibleCameraDeviceIds()