Searched refs:volumeInterface (Results 1 – 1 of 1) sorted by relevance
1559 sp<VolumeInterface> volumeInterface = getVolumeInterface_l(output); in setStreamVolume() local1560 if (volumeInterface == NULL) { in setStreamVolume()1563 volumeInterface->setStreamVolume(stream, value); in setStreamVolume()1681 sp<VolumeInterface> volumeInterface = getVolumeInterface_l(output); in streamVolume() local1682 if (volumeInterface == NULL) { in streamVolume()1686 return volumeInterface->streamVolume(stream); in streamVolume()3762 sp<VolumeInterface> volumeInterface = mPlaybackThreads.valueFor(output).get(); in getVolumeInterface_l() local3763 if (volumeInterface == nullptr) { in getVolumeInterface_l()3769 volumeInterface = mmapPlaybackThread; in getVolumeInterface_l()3773 return volumeInterface; in getVolumeInterface_l()