Home
last modified time | relevance | path

Searched refs:SoundSystemInterface (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/sound/
Dautomaticallychosensoundsystem_unittest.cc24 static SoundSystemInterface *Create() { in Create()
37 static SoundSystemInterface *Create() { in Create()
54 static SoundSystemInterface *Create() { in Create()
69 static SoundSystemInterface *Create() { in Create()
84 static SoundSystemInterface *Create() { in Create()
99 static SoundSystemInterface *Create() { in Create()
Dsoundsysteminterface.h31 class SoundSystemInterface {
78 virtual ~SoundSystemInterface() {} in ~SoundSystemInterface()
104 SoundSystemInterface() {} in SoundSystemInterface() function
107 DISALLOW_COPY_AND_ASSIGN(SoundSystemInterface);
Dsoundsystemfactory.h18 class SoundSystemInterface; variable
20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
Dnullsoundsystem.cc49 *volume = SoundSystemInterface::kMinVolume; in GetVolume()
83 *volume = SoundSystemInterface::kMinVolume; in GetVolume()
112 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
121 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
Dplatformsoundsystem.h16 class SoundSystemInterface; variable
19 SoundSystemInterface *CreatePlatformSoundSystem();
Dsoundsysteminterface.cc17 void SoundSystemInterface::ClearSoundDeviceLocatorList( in ClearSoundDeviceLocatorList()
18 SoundSystemInterface::SoundDeviceLocatorList *devices) { in ClearSoundDeviceLocatorList()
Dsoundsystemproxy.h22 class SoundSystemProxy : public SoundSystemInterface {
42 SoundSystemInterface *wrapped_;
Dnullsoundsystem.h24 class NullSoundSystem : public SoundSystemInterface {
26 static SoundSystemInterface *Create() { in Create()
Dautomaticallychosensoundsystem.h23 typedef SoundSystemInterface *(*SoundSystemCreator)();
40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems];
Dalsasoundsystem.h26 class AlsaSoundSystem : public SoundSystemInterface {
31 static SoundSystemInterface *Create() { in Create()
Dpulseaudiosoundsystem.h31 class PulseAudioSoundSystem : public SoundSystemInterface {
36 static SoundSystemInterface *Create() { in Create()
Dplatformsoundsystem.cc22 SoundSystemInterface *CreatePlatformSoundSystem() { in CreatePlatformSoundSystem()
Dpulseaudiosoundsystem.cc91 volume / SoundSystemInterface::kMaxVolume; in CricketVolumeToPulseVolume()
95 return SoundSystemInterface::kMinVolume + in PulseVolumeToCricketVolume()
96 (SoundSystemInterface::kMaxVolume - SoundSystemInterface::kMinVolume) * in PulseVolumeToCricketVolume()
152 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) { in LatencyUsecs()
871 if (configured_latency_ == SoundSystemInterface::kNoLatencyRequirements) { in OnUnderflowCallback()
1192 SoundSystemInterface::SoundDeviceLocatorList *devices;
Dalsasoundsystem.cc135 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) { in CurrentDelayUsecs()
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dlinuxdevicemanager.cc105 rtc::SoundSystemInterface::SoundDeviceLocatorList list; in GetAudioDevices()
121 for (rtc::SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin(); in GetAudioDevices()
126 rtc::SoundSystemInterface::ClearSoundDeviceLocatorList(&list); in GetAudioDevices()