HomeSort by relevance Sort by last modified time
    Searched defs:NullSoundSystem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/sound/
nullsoundsystem.h 41 class NullSoundSystem : public SoundSystemInterface {
44 return new NullSoundSystem();
47 virtual ~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...]

Completed in 326 milliseconds