OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AudioOutputDispatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/audio/
audio_output_dispatcher.cc
11
AudioOutputDispatcher
::
AudioOutputDispatcher
(
26
AudioOutputDispatcher
::~
AudioOutputDispatcher
() {
audio_output_dispatcher.h
5
//
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
37
: public base::RefCountedThreadSafe<
AudioOutputDispatcher
> {
39
AudioOutputDispatcher
(AudioManager* audio_manager,
80
friend class base::RefCountedThreadSafe<
AudioOutputDispatcher
>;
81
virtual ~
AudioOutputDispatcher
();
92
DISALLOW_COPY_AND_ASSIGN(
AudioOutputDispatcher
);
Completed in 318 milliseconds