Home
last modified time | relevance | path

Searched refs:m_isPlaying (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DAudioDestinationChromium.cpp72 , m_isPlaying(false) in AudioDestinationChromium()
85 if (!m_isPlaying && m_audioDevice.get()) { in start()
87 m_isPlaying = true; in start()
93 if (m_isPlaying && m_audioDevice.get()) { in stop()
95 m_isPlaying = false; in stop()
DAudioDestinationChromium.h50 bool isPlaying() { return m_isPlaying; } in isPlaying()
61 bool m_isPlaying; variable
/external/webkit/Source/WebCore/webaudio/
DAudioBufferSourceNode.cpp50 , m_isPlaying(false) in AudioBufferSourceNode()
97 if (!m_isPlaying || m_hasFinished || !buffer() || m_startTime >= quantumEndTime) { in process()
241 m_isPlaying = false; in provideInput()
374 if (m_isPlaying) in noteOn()
380 m_isPlaying = true; in noteOn()
386 if (m_isPlaying) in noteGrainOn()
411 m_isPlaying = true; in noteGrainOn()
417 if (!m_isPlaying) in noteOff()
421 m_isPlaying = false; in noteOff()
DAudioBufferSourceNode.h94 bool m_isPlaying; variable
/external/webkit/Source/WebCore/platform/audio/mac/
DAudioDestinationMac.h47 bool isPlaying() { return m_isPlaying; } in isPlaying()
64 bool m_isPlaying; variable
DAudioDestinationMac.cpp75 , m_isPlaying(false) in AudioDestinationMac()
139 m_isPlaying = true; in start()
147 m_isPlaying = false; in stop()