Home
last modified time | relevance | path

Searched refs:streamVolumeList (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp333 std::vector<StreamVolume> streamVolumeList; in Dump() local
335 streamVolumeList.push_back(streamVolume.second); in Dump()
337 std::sort(streamVolumeList.begin(), streamVolumeList.end(), [](StreamVolume &a, StreamVolume &b) { in Dump()
341 streamVolumeList.size(), historyVolume_.size(), monitorVolume_.size()); in Dump()
342 for (auto &streamVolume : streamVolumeList) { in Dump()

Completed in 1 milliseconds