Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/client/
Dclient.cpp749 std::vector<std::string> otherNames; // Others in GetServiceNames() local
753 [&defaultNames, &vendorNames, &otherNames]( in GetServiceNames()
762 otherNames.emplace_back(name); in GetServiceNames()
770 std::sort(otherNames.begin(), otherNames.end()); in GetServiceNames()
775 names.reserve(names.size() + vendorNames.size() + otherNames.size()); in GetServiceNames()
780 std::make_move_iterator(otherNames.begin()), in GetServiceNames()
781 std::make_move_iterator(otherNames.end())); in GetServiceNames()