Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1077 VolumeInterface *volumeInterface = getVolumeInterface_l(output); in setStreamVolume() local
1078 if (volumeInterface == NULL) { in setStreamVolume()
1081 volumeInterfaces.add(volumeInterface); in setStreamVolume()
1134 VolumeInterface *volumeInterface = getVolumeInterface_l(output); in streamVolume() local
1135 if (volumeInterface != NULL) { in streamVolume()
1136 volume = volumeInterface->streamVolume(stream); in streamVolume()
2670 VolumeInterface *volumeInterface = mPlaybackThreads.valueFor(output).get(); in getVolumeInterface_l() local
2671 if (volumeInterface == nullptr) { in getVolumeInterface_l()
2677 volumeInterface = mmapPlaybackThread; in getVolumeInterface_l()
2681 return volumeInterface; in getVolumeInterface_l()