Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dplatformsoundsystem.h19 SoundSystemInterface *CreatePlatformSoundSystem();
Dplatformsoundsystem.cc22 SoundSystemInterface *CreatePlatformSoundSystem() { in CreatePlatformSoundSystem() function
Dplatformsoundsystemfactory.cc26 instance_.reset(CreatePlatformSoundSystem()); in SetupInstance()