Home
last modified time | relevance | path

Searched refs:PlatformSoundSystemFactory (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/sound/
Dplatformsoundsystemfactory.cc18 PlatformSoundSystemFactory::PlatformSoundSystemFactory() { in PlatformSoundSystemFactory() function in rtc::PlatformSoundSystemFactory
21 PlatformSoundSystemFactory::~PlatformSoundSystemFactory() { in ~PlatformSoundSystemFactory()
24 bool PlatformSoundSystemFactory::SetupInstance() { in SetupInstance()
35 void PlatformSoundSystemFactory::CleanupInstance() { in CleanupInstance()
Dplatformsoundsystemfactory.h20 class PlatformSoundSystemFactory : public SoundSystemFactory {
22 PlatformSoundSystemFactory();
23 ~PlatformSoundSystemFactory() override;
/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc92 : sound_system_(new rtc::PlatformSoundSystemFactory()) { in LinuxDeviceManager()