Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp576 const std::pair<float /* volume */, bool /* active */> vsVolume = in appendDump() local
605 20.0 * log10(vsVolume.first), // VolumeShaper(s) total volume in appendDump()
606 vsVolume.second ? 'A' : ' ', // if any VolumeShapers active in appendDump()