OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullSoundSystemFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/sound/
nullsoundsystemfactory.cc
11
#include "webrtc/sound/
nullsoundsystemfactory
.h"
17
NullSoundSystemFactory
::
NullSoundSystemFactory
() {
20
NullSoundSystemFactory
::~
NullSoundSystemFactory
() {
23
bool
NullSoundSystemFactory
::SetupInstance() {
28
void
NullSoundSystemFactory
::CleanupInstance() {
nullsoundsystemfactory.h
20
class
NullSoundSystemFactory
: public SoundSystemFactory {
22
NullSoundSystemFactory
();
23
virtual ~
NullSoundSystemFactory
();
Completed in 185 milliseconds