Searched refs:sound_systems_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/sound/
H A Dautomaticallychosensoundsystem.h40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems]; member in class:rtc::AutomaticallyChosenSoundSystem
50 if (!sound_systems_[i].get()) {
51 sound_systems_[i].reset((*kSoundSystemCreators[i])());
53 if (sound_systems_[i]->Init()) {
56 wrapped_ = sound_systems_[i].get();

Completed in 66 milliseconds