Searched refs:VolumeInterface (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h598 class VolumeInterface { class
601 virtual ~VolumeInterface() {}
613 public VolumeInterface {
708 // VolumeInterface
1650 class MmapPlaybackThread : public MmapThread, public VolumeInterface
1668 // VolumeInterface
H A DAudioFlinger.cpp1045 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l();
1108 VolumeInterface *volumeInterface = getVolumeInterface_l(output);
1137 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l();
1156 VolumeInterface *volumeInterface = getVolumeInterface_l(output);
2782 AudioFlinger::VolumeInterface *AudioFlinger::getVolumeInterface_l(audio_io_handle_t output) const
2784 VolumeInterface *volumeInterface = mPlaybackThreads.valueFor(output).get();
2798 Vector <AudioFlinger::VolumeInterface *> AudioFlinger::getAllVolumeInterfaces_l() const
2800 Vector <VolumeInterface *> volumeInterfaces;
H A DAudioFlinger.h599 VolumeInterface *getVolumeInterface_l(audio_io_handle_t output) const;
600 Vector <VolumeInterface *> getAllVolumeInterfaces_l() const;

Completed in 85 milliseconds