HomeSort by relevance Sort by last modified time
    Searched full:sound_systems_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/sound/
automaticallychosensoundsystem.h 57 talk_base::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems]; member in class:cricket::AutomaticallyChosenSoundSystem
67 if (!sound_systems_[i].get()) {
68 sound_systems_[i].reset((*kSoundSystemCreators[i])());
70 if (sound_systems_[i]->Init()) {
73 wrapped_ = sound_systems_[i].get();

Completed in 90 milliseconds