Searched refs:remoteCastDevices (Results 1 – 1 of 1) sorted by relevance
823 std::vector<std::unique_ptr<AudioDeviceDescriptor>> remoteCastDevices; in ReorderAudioDevices() local826 remoteCastDevices.push_back(std::move(desc)); in ReorderAudioDevices()831 std::sort(remoteCastDevices.begin(), remoteCastDevices.end(), in ReorderAudioDevices()835 std::make_move_iterator(remoteCastDevices.begin()), in ReorderAudioDevices()836 std::make_move_iterator(remoteCastDevices.end())); in ReorderAudioDevices()