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

  /external/chromium_org/third_party/webrtc/sound/
linuxsoundsystem.h 14 #include "webrtc/sound/automaticallychosensoundsystem.h"
35 typedef AutomaticallyChosenSoundSystem<
automaticallychosensoundsystem_unittest.cc 11 #include "webrtc/sound/automaticallychosensoundsystem.h"
112 TEST(AutomaticallyChosenSoundSystem, SingleSystemFailing) {
113 AutomaticallyChosenSoundSystem<
123 TEST(AutomaticallyChosenSoundSystem, SingleSystemSucceeding) {
124 AutomaticallyChosenSoundSystem<
136 TEST(AutomaticallyChosenSoundSystem, FailedFirstSystemResultsInUsingSecond) {
137 AutomaticallyChosenSoundSystem<
148 TEST(AutomaticallyChosenSoundSystem, EarlierEntriesHavePriority) {
149 AutomaticallyChosenSoundSystem<
169 TEST(AutomaticallyChosenSoundSystem, ManySoundSystems)
    [all...]
automaticallychosensoundsystem.h 25 // An AutomaticallyChosenSoundSystem is a sound system proxy that defers to
29 class AutomaticallyChosenSoundSystem : public SoundSystemProxy {
44 bool AutomaticallyChosenSoundSystem<kSoundSystemCreators,
70 void AutomaticallyChosenSoundSystem<kSoundSystemCreators,
81 const char *AutomaticallyChosenSoundSystem<kSoundSystemCreators,

Completed in 52 milliseconds