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

  /external/webrtc/webrtc/sound/
automaticallychosensoundsystem_unittest.cc 117 arraysize(kSingleSystemFailingCreators)> sound_system; local
118 EXPECT_FALSE(sound_system.Init());
128 arraysize(kSingleSystemSucceedingCreators)> sound_system; local
129 EXPECT_TRUE(sound_system.Init());
141 arraysize(kFailedFirstSystemResultsInUsingSecondCreators)> sound_system; local
142 EXPECT_TRUE(sound_system.Init());
153 arraysize(kEarlierEntriesHavePriorityCreators)> sound_system; local
156 EXPECT_TRUE(sound_system.Init());
174 arraysize(kManySoundSystemsCreators)> sound_system; local
175 EXPECT_TRUE(sound_system.Init())
188 TestSoundSystem *sound_system = new TestSoundSystem(); local
    [all...]

Completed in 53 milliseconds