Home
last modified time | relevance | path

Searched refs:SoundSystemCreator (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/sound/
Dautomaticallychosensoundsystem.h23 typedef SoundSystemInterface *(*SoundSystemCreator)(); typedef
28 template <const SoundSystemCreator kSoundSystemCreators[], int kNumSoundSystems>
43 template <const SoundSystemCreator kSoundSystemCreators[], int kNumSoundSystems>
69 template <const SoundSystemCreator kSoundSystemCreators[], int kNumSoundSystems>
80 template <const SoundSystemCreator kSoundSystemCreators[], int kNumSoundSystems>
Dautomaticallychosensoundsystem_unittest.cc110 extern const SoundSystemCreator kSingleSystemFailingCreators[] = {
121 extern const SoundSystemCreator kSingleSystemSucceedingCreators[] = {
132 extern const SoundSystemCreator
145 extern const SoundSystemCreator kEarlierEntriesHavePriorityCreators[] = {
161 extern const SoundSystemCreator kManySoundSystemsCreators[] = {
178 extern const SoundSystemCreator kDeletesAllCreatedSoundSystemsCreators[] = {
Dlinuxsoundsystem.cc18 const SoundSystemCreator kLinuxSoundSystemCreators[] = {
Dlinuxsoundsystem.h19 extern const SoundSystemCreator kLinuxSoundSystemCreators[