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

/external/chromium_org/media/audio/
H A Daudio_output_dispatcher.cc11 AudioOutputDispatcher::AudioOutputDispatcher( function in class:media::AudioOutputDispatcher
24 AudioOutputDispatcher::~AudioOutputDispatcher() {
H A Daudio_output_dispatcher.h5 // AudioOutputDispatcher is a single-threaded base class that dispatches
12 // AudioManagerBase creates one specialization of AudioOutputDispatcher on the
14 // different parameters are managed independently. The AudioOutputDispatcher
36 class MEDIA_EXPORT AudioOutputDispatcher class in namespace:media
37 : public base::RefCountedThreadSafe<AudioOutputDispatcher> {
39 AudioOutputDispatcher(AudioManager* audio_manager,
71 friend class base::RefCountedThreadSafe<AudioOutputDispatcher>;
72 virtual ~AudioOutputDispatcher();
82 DISALLOW_COPY_AND_ASSIGN(AudioOutputDispatcher);

Completed in 156 milliseconds