OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topologyMatches
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioBus.h
86
bool
topologyMatches
(const AudioBus &sourceBus) const;
AudioBus.cpp
134
bool AudioBus::
topologyMatches
(const AudioBus& bus) const
339
if (sourceBus.numberOfChannels() != 1 && !
topologyMatches
(sourceBus))
Completed in 16 milliseconds