Searched refs:PlatformSoundSystemFactory (Results 1 – 3 of 3) sorted by relevance
18 PlatformSoundSystemFactory::PlatformSoundSystemFactory() { in PlatformSoundSystemFactory() function in rtc::PlatformSoundSystemFactory21 PlatformSoundSystemFactory::~PlatformSoundSystemFactory() { in ~PlatformSoundSystemFactory()24 bool PlatformSoundSystemFactory::SetupInstance() { in SetupInstance()35 void PlatformSoundSystemFactory::CleanupInstance() { in CleanupInstance()
20 class PlatformSoundSystemFactory : public SoundSystemFactory {22 PlatformSoundSystemFactory();23 ~PlatformSoundSystemFactory() override;
92 : sound_system_(new rtc::PlatformSoundSystemFactory()) { in LinuxDeviceManager()