Searched defs:startRendering (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DDefaultAudioDestinationNode.cpp73 void DefaultAudioDestinationNode::startRendering() function in class:WebCore::DefaultAudioDestinationNode
H A DOfflineAudioDestinationNode.cpp74 void OfflineAudioDestinationNode::startRendering() function in class:WebCore::OfflineAudioDestinationNode
H A DAudioContext.cpp103 // FIXME: for now default AudioContext does not need an explicit startRendering() call.
105 m_destinationNode->startRendering();
585 void AudioContext::startRendering() function in class:WebCore::AudioContext
587 destination()->startRendering();

Completed in 90 milliseconds