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