Home
last modified time | relevance | path

Searched defs:getChannelData (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioBuffer.cpp130 PassRefPtr<Float32Array> AudioBuffer::getChannelData(unsigned channelIndex, ExceptionState& excepti… in getChannelData() function in WebCore::AudioBuffer
141 Float32Array* AudioBuffer::getChannelData(unsigned channelIndex) in getChannelData() function in WebCore::AudioBuffer
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannelManager.java927 …public int getChannelData(Channel c, boolean extended, byte[] target, int off, int len) throws IOE… in getChannelData() method in ChannelManager