OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoundOutputStreamInterface
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/webrtc/sound/
soundoutputstreaminterface.h
22
class
SoundOutputStreamInterface
{
24
virtual ~
SoundOutputStreamInterface
() {}
61
sigslot::signal2<size_t,
SoundOutputStreamInterface
*> SignalBufferSpace;
64
SoundOutputStreamInterface
() {}
67
DISALLOW_COPY_AND_ASSIGN(
SoundOutputStreamInterface
);
nullsoundsystem.h
20
class
SoundOutputStreamInterface
;
38
virtual
SoundOutputStreamInterface
*OpenPlaybackDevice(
soundsysteminterface.h
22
class
SoundOutputStreamInterface
;
93
virtual
SoundOutputStreamInterface
*OpenPlaybackDevice(
soundsystemproxy.h
34
virtual
SoundOutputStreamInterface
*OpenPlaybackDevice(
alsasoundsystem.h
48
virtual
SoundOutputStreamInterface
*OpenPlaybackDevice(
79
SoundOutputStreamInterface
*StartOutputStream(
nullsoundsystem.cc
15
#include "webrtc/sound/
soundoutputstreaminterface
.h"
66
class NullSoundOutputStream : public
SoundOutputStreamInterface
{
141
SoundOutputStreamInterface
*NullSoundSystem::OpenPlaybackDevice(
soundsystemproxy.cc
35
SoundOutputStreamInterface
*SoundSystemProxy::OpenPlaybackDevice(
pulseaudiosoundsystem.h
53
virtual
SoundOutputStreamInterface
*OpenPlaybackDevice(
141
SoundOutputStreamInterface
*ConnectOutputStream(
alsasoundsystem.cc
15
#include "webrtc/sound/
soundoutputstreaminterface
.h"
334
// Implementation of an output stream. See
soundoutputstreaminterface
.h
337
public
SoundOutputStreamInterface
,
492
SoundOutputStreamInterface
*AlsaSoundSystem::OpenPlaybackDevice(
495
return OpenDevice<
SoundOutputStreamInterface
>(
710
SoundOutputStreamInterface
*AlsaSoundSystem::StartOutputStream(
pulseaudiosoundsystem.cc
17
#include "webrtc/sound/
soundoutputstreaminterface
.h"
575
// Implementation of an output stream. See
soundoutputstreaminterface
.h
578
public
SoundOutputStreamInterface
,
1056
SoundOutputStreamInterface
*PulseAudioSoundSystem::OpenPlaybackDevice(
1059
return OpenDevice<
SoundOutputStreamInterface
>(
[
all
...]
Completed in 194 milliseconds