Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/client/
Dclient.cpp870 std::vector<std::string> otherNames; // Others in GetServiceNames() local
874 [&defaultNames, &vendorNames, &otherNames]( in GetServiceNames()
883 otherNames.emplace_back(name); in GetServiceNames()
891 std::sort(otherNames.begin(), otherNames.end()); in GetServiceNames()
896 names.reserve(names.size() + vendorNames.size() + otherNames.size()); in GetServiceNames()
901 std::make_move_iterator(otherNames.begin()), in GetServiceNames()
902 std::make_move_iterator(otherNames.end())); in GetServiceNames()