OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutomaticallyChosenSoundSystem
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/sound/
linuxsoundsystem.h
31
#include "talk/sound/
automaticallychosensoundsystem
.h"
52
typedef
AutomaticallyChosenSoundSystem
<
automaticallychosensoundsystem_unittest.cc
29
#include "talk/sound/
automaticallychosensoundsystem
.h"
129
TEST(
AutomaticallyChosenSoundSystem
, SingleSystemFailing) {
130
AutomaticallyChosenSoundSystem
<
140
TEST(
AutomaticallyChosenSoundSystem
, SingleSystemSucceeding) {
141
AutomaticallyChosenSoundSystem
<
153
TEST(
AutomaticallyChosenSoundSystem
, FailedFirstSystemResultsInUsingSecond) {
154
AutomaticallyChosenSoundSystem
<
165
TEST(
AutomaticallyChosenSoundSystem
, EarlierEntriesHavePriority) {
166
AutomaticallyChosenSoundSystem
<
186
TEST(
AutomaticallyChosenSoundSystem
, ManySoundSystems)
[
all
...]
automaticallychosensoundsystem.h
42
// An
AutomaticallyChosenSoundSystem
is a sound system proxy that defers to
46
class
AutomaticallyChosenSoundSystem
: public SoundSystemProxy {
61
bool
AutomaticallyChosenSoundSystem
<kSoundSystemCreators,
87
void
AutomaticallyChosenSoundSystem
<kSoundSystemCreators,
98
const char *
AutomaticallyChosenSoundSystem
<kSoundSystemCreators,
Completed in 59 milliseconds