HomeSort by relevance Sort by last modified time
    Searched refs:SoundSystemInterface (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/sound/
platformsoundsystem.h 33 class SoundSystemInterface;
36 SoundSystemInterface *CreatePlatformSoundSystem();
soundsystemfactory.h 35 class SoundSystemInterface;
37 typedef talk_base::ReferenceCountedSingletonFactory<SoundSystemInterface>
40 typedef talk_base::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
platformsoundsystem.cc 39 SoundSystemInterface *CreatePlatformSoundSystem() {
soundsysteminterface.cc 28 #include "talk/sound/soundsysteminterface.h"
34 void SoundSystemInterface::ClearSoundDeviceLocatorList(
35 SoundSystemInterface::SoundDeviceLocatorList *devices) {
soundsysteminterface.h 48 class SoundSystemInterface {
95 virtual ~SoundSystemInterface() {}
121 SoundSystemInterface() {}
124 DISALLOW_COPY_AND_ASSIGN(SoundSystemInterface);
nullsoundsystem.h 31 #include "talk/sound/soundsysteminterface.h"
41 class NullSoundSystem : public SoundSystemInterface {
43 static SoundSystemInterface *Create() {
soundsystemproxy.h 32 #include "talk/sound/soundsysteminterface.h"
39 class SoundSystemProxy : public SoundSystemInterface {
59 SoundSystemInterface *wrapped_;
nullsoundsystem.cc 66 *volume = SoundSystemInterface::kMinVolume;
100 *volume = SoundSystemInterface::kMinVolume;
129 SoundSystemInterface::SoundDeviceLocatorList *devices) {
138 SoundSystemInterface::SoundDeviceLocatorList *devices) {
automaticallychosensoundsystem_unittest.cc 41 static SoundSystemInterface *Create() {
54 static SoundSystemInterface *Create() {
71 static SoundSystemInterface *Create() {
86 static SoundSystemInterface *Create() {
101 static SoundSystemInterface *Create() {
116 static SoundSystemInterface *Create() {
automaticallychosensoundsystem.h 34 #include "talk/sound/soundsysteminterface.h"
40 typedef SoundSystemInterface *(*SoundSystemCreator)();
57 talk_base::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems];
alsasoundsystem.h 33 #include "talk/sound/soundsysteminterface.h"
43 class AlsaSoundSystem : public SoundSystemInterface {
48 static SoundSystemInterface *Create() {
pulseaudiosoundsystem.h 35 #include "talk/sound/soundsysteminterface.h"
48 class PulseAudioSoundSystem : public SoundSystemInterface {
53 static SoundSystemInterface *Create() {
pulseaudiosoundsystem.cc 46 // Lookup table from the cricket format enum in soundsysteminterface.h to
49 // The order here must match the order in soundsysteminterface.h
104 // We just linearly map the 0-255 scale of SoundSystemInterface onto
108 volume / SoundSystemInterface::kMaxVolume;
112 return SoundSystemInterface::kMinVolume +
113 (SoundSystemInterface::kMaxVolume - SoundSystemInterface::kMinVolume) *
169 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) {
304 // PA UI. To get a single volume for SoundSystemInterface we just take the
309 // Now map onto the SoundSystemInterface range
    [all...]
alsasoundsystem.cc 42 // Lookup table from the cricket format enum in soundsysteminterface.h to
45 // The order here must match the order in soundsysteminterface.h
51 // The order here must match the order in soundsysteminterface.h
113 // already and the current clients of SoundSystemInterface do not run
152 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) {
383 // No client of SoundSystemInterface does this, so let's not support it.
689 // SoundSystemInterface only supports interleaved audio.
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 45 #include "talk/sound/soundsysteminterface.h"
105 SoundSystemInterface::SoundDeviceLocatorList list;
121 for (SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin();
126 SoundSystemInterface::ClearSoundDeviceLocatorList(&list);

Completed in 108 milliseconds