Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h553 sp<VolumeInterface> getVolumeInterface_l(audio_io_handle_t output) const REQUIRES(mutex());
DAudioFlinger.cpp1559 sp<VolumeInterface> volumeInterface = getVolumeInterface_l(output); in setStreamVolume()
1681 sp<VolumeInterface> volumeInterface = getVolumeInterface_l(output); in streamVolume()
3760 sp<VolumeInterface> AudioFlinger::getVolumeInterface_l(audio_io_handle_t output) const in getVolumeInterface_l() function in android::AudioFlinger