HomeSort by relevance Sort by last modified time
    Searched refs:NullSoundSystemFactory (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/sound/
nullsoundsystemfactory.cc 11 #include "webrtc/sound/nullsoundsystemfactory.h"
17 NullSoundSystemFactory::NullSoundSystemFactory() {
20 NullSoundSystemFactory::~NullSoundSystemFactory() {
23 bool NullSoundSystemFactory::SetupInstance() {
28 void NullSoundSystemFactory::CleanupInstance() {
nullsoundsystemfactory.h 20 class NullSoundSystemFactory : public SoundSystemFactory {
22 NullSoundSystemFactory();
23 ~NullSoundSystemFactory() override;

Completed in 369 milliseconds