Searched defs:volumeInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1071 VolumeInterface *volumeInterface = getVolumeInterface_l(output); local
1072 if (volumeInterface == NULL) {
1075 volumeInterfaces.add(volumeInterface);
1128 VolumeInterface *volumeInterface = getVolumeInterface_l(output); local
1129 if (volumeInterface != NULL) {
1130 volume = volumeInterface->streamVolume(stream);
2679 VolumeInterface *volumeInterface = mPlaybackThreads.valueFor(output).get(); local
2680 if (volumeInterface == nullptr) {
2686 volumeInterface = mmapPlaybackThread;
2690 return volumeInterface;
[all...]

Completed in 122 milliseconds