OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullSoundSystem
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/sound/
platformsoundsystem.cc
34
#include "talk/sound/
nullsoundsystem
.h"
44
return new
NullSoundSystem
();
nullsoundsystem.cc
28
#include "talk/sound/
nullsoundsystem
.h"
117
NullSoundSystem
::~
NullSoundSystem
() {
120
bool
NullSoundSystem
::Init() {
124
void
NullSoundSystem
::Terminate() {
128
bool
NullSoundSystem
::EnumeratePlaybackDevices(
137
bool
NullSoundSystem
::EnumerateCaptureDevices(
146
bool
NullSoundSystem
::GetDefaultPlaybackDevice(
152
bool
NullSoundSystem
::GetDefaultCaptureDevice(
158
SoundOutputStreamInterface *
NullSoundSystem
::OpenPlaybackDevice
[
all
...]
nullsoundsystem.h
41
class
NullSoundSystem
: public SoundSystemInterface {
44
return new
NullSoundSystem
();
47
virtual ~
NullSoundSystem
();
nullsoundsystemfactory.cc
30
#include "talk/sound/
nullsoundsystem
.h"
41
instance_.reset(new
NullSoundSystem
());
automaticallychosensoundsystem_unittest.cc
30
#include "talk/sound/
nullsoundsystem
.h"
34
class NeverFailsToFailSoundSystem : public
NullSoundSystem
{
46
class InitCheckingSoundSystem1 : public
NullSoundSystem
{
63
class InitCheckingSoundSystem2 : public
NullSoundSystem
{
110
class DeletionCheckingSoundSystem3 : public
NullSoundSystem
{
137
&
NullSoundSystem
::Create,
150
&
NullSoundSystem
::Create,
177
&
NullSoundSystem
::Create,
178
&
NullSoundSystem
::Create,
179
&
NullSoundSystem
::Create
[
all
...]
Completed in 220 milliseconds