Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp288 std::vector<std::string>& systemDeviceIds) const { in collectDeviceIdsLocked()
296 systemDeviceIds.push_back(deviceId); in collectDeviceIdsLocked()
306 std::vector<std::string> systemDeviceIds; in getAPI1CompatibleCameraDeviceIds() local
324 collectDeviceIdsLocked(providerDeviceIds, publicDeviceIds, systemDeviceIds); in getAPI1CompatibleCameraDeviceIds()
346 std::sort(systemDeviceIds.begin(), systemDeviceIds.end(), sortFunc); in getAPI1CompatibleCameraDeviceIds()
348 deviceIds.insert(deviceIds.end(), systemDeviceIds.begin(), systemDeviceIds.end()); in getAPI1CompatibleCameraDeviceIds()