Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.h728 Vector <VolumeInterface *> getAllVolumeInterfaces_l() const;
H A DAudioFlinger.cpp1311 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setMasterMute()
1416 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setStreamMute()
3315 Vector <AudioFlinger::VolumeInterface *> AudioFlinger::getAllVolumeInterfaces_l() const in getAllVolumeInterfaces_l() function in android::AudioFlinger