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

/frameworks/av/services/audioflinger/
H A DThreads.h586 class VolumeInterface { class
589 virtual ~VolumeInterface() {}
601 public VolumeInterface {
696 // VolumeInterface
1544 class MmapPlaybackThread : public MmapThread, public VolumeInterface
1561 // VolumeInterface
H A DAudioFlinger.cpp1009 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l();
1069 Vector<VolumeInterface *> volumeInterfaces;
1071 VolumeInterface *volumeInterface = getVolumeInterface_l(output);
1110 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l();
1128 VolumeInterface *volumeInterface = getVolumeInterface_l(output);
2677 AudioFlinger::VolumeInterface *AudioFlinger::getVolumeInterface_l(audio_io_handle_t output) const
2679 VolumeInterface *volumeInterface = mPlaybackThreads.valueFor(output).get();
2693 Vector <AudioFlinger::VolumeInterface *> AudioFlinger::getAllVolumeInterfaces_l() const
2695 Vector <VolumeInterface *> volumeInterfaces;
H A DAudioFlinger.h612 VolumeInterface *getVolumeInterface_l(audio_io_handle_t output) const;
613 Vector <VolumeInterface *> getAllVolumeInterfaces_l() const;

Completed in 926 milliseconds