Searched refs:systemDeviceIds (Results 1 – 1 of 1) sorted by relevance
288 std::vector<std::string>& systemDeviceIds) const { in collectDeviceIdsLocked()296 systemDeviceIds.push_back(deviceId); in collectDeviceIdsLocked()306 std::vector<std::string> systemDeviceIds; in getAPI1CompatibleCameraDeviceIds() local324 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()