Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dautomaticallychosensoundsystem_unittest.cc26 static SoundSystemInterface *Create() { in Create()
39 static SoundSystemInterface *Create() { in Create()
56 static SoundSystemInterface *Create() { in Create()
71 static SoundSystemInterface *Create() { in Create()
86 static SoundSystemInterface *Create() { in Create()
101 static SoundSystemInterface *Create() { in Create()
Dsoundsysteminterface.h31 class SoundSystemInterface {
78 virtual ~SoundSystemInterface() {} in ~SoundSystemInterface()
104 SoundSystemInterface() {} in SoundSystemInterface() function
107 RTC_DISALLOW_COPY_AND_ASSIGN(SoundSystemInterface);
Dsoundsystemfactory.h18 class SoundSystemInterface; variable
20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
Dnullsoundsystem.cc47 *volume = SoundSystemInterface::kMinVolume; in GetVolume()
80 *volume = SoundSystemInterface::kMinVolume; in GetVolume()
109 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
118 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.cc95 volume / SoundSystemInterface::kMaxVolume; in CricketVolumeToPulseVolume()
99 return SoundSystemInterface::kMinVolume + in PulseVolumeToCricketVolume()
100 (SoundSystemInterface::kMaxVolume - SoundSystemInterface::kMinVolume) * in PulseVolumeToCricketVolume()
156 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) { in LatencyUsecs()
873 if (configured_latency_ == SoundSystemInterface::kNoLatencyRequirements) { in OnUnderflowCallback()
1194 SoundSystemInterface::SoundDeviceLocatorList *devices;
Dalsasoundsystem.cc139 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) { in CurrentDelayUsecs()
/external/webrtc/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()