Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp316 std::vector<SystemVolume> systemVolumeList; in Dump() local
318 systemVolumeList.push_back(systemVolume.second); in Dump()
320 std::sort(systemVolumeList.begin(), systemVolumeList.end(), [](SystemVolume &a, SystemVolume &b) { in Dump()
323 AppendFormat(dumpString, "\n - audio system volume size: %zu\n", systemVolumeList.size()); in Dump()
324 for (auto &systemVolume : systemVolumeList) { in Dump()

Completed in 1 milliseconds