Searched refs:SoundSystemInterface (Results 1 – 15 of 15) sorted by relevance
26 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()
31 class SoundSystemInterface {78 virtual ~SoundSystemInterface() {} in ~SoundSystemInterface()104 SoundSystemInterface() {} in SoundSystemInterface() function107 RTC_DISALLOW_COPY_AND_ASSIGN(SoundSystemInterface);
18 class SoundSystemInterface; variable20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
47 *volume = SoundSystemInterface::kMinVolume; in GetVolume()80 *volume = SoundSystemInterface::kMinVolume; in GetVolume()109 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()118 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
16 class SoundSystemInterface; variable19 SoundSystemInterface *CreatePlatformSoundSystem();
17 void SoundSystemInterface::ClearSoundDeviceLocatorList( in ClearSoundDeviceLocatorList()18 SoundSystemInterface::SoundDeviceLocatorList *devices) { in ClearSoundDeviceLocatorList()
22 class SoundSystemProxy : public SoundSystemInterface {42 SoundSystemInterface *wrapped_;
24 class NullSoundSystem : public SoundSystemInterface {26 static SoundSystemInterface *Create() { in Create()
23 typedef SoundSystemInterface *(*SoundSystemCreator)();40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems];
26 class AlsaSoundSystem : public SoundSystemInterface {31 static SoundSystemInterface *Create() { in Create()
31 class PulseAudioSoundSystem : public SoundSystemInterface {36 static SoundSystemInterface *Create() { in Create()
95 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;
22 SoundSystemInterface *CreatePlatformSoundSystem() { in CreatePlatformSoundSystem()
139 if (!(flags_ & SoundSystemInterface::FLAG_REPORT_LATENCY)) { in CurrentDelayUsecs()
105 rtc::SoundSystemInterface::SoundDeviceLocatorList list; in GetAudioDevices()121 for (rtc::SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin(); in GetAudioDevices()126 rtc::SoundSystemInterface::ClearSoundDeviceLocatorList(&list); in GetAudioDevices()