Searched refs:noteOn (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioBufferSourceNode.idl37 void noteOn(in float when);
H A DAudioBufferSourceNode.h69 // noteOn(), noteGrainOn(), and noteOff() must all be called from the main thread.
70 void noteOn(double when);
93 // m_isPlaying is set to true when noteOn() or noteGrainOn() is called.
100 // This node is considered finished when it reaches the end of the buffer's sample data after noteOn() has been called.
H A DAudioBufferSourceNode.cpp371 void AudioBufferSourceNode::noteOn(double when) function in class:WebCore::AudioBufferSourceNode
/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h238 EAS_BOOL8 noteOn; member in struct:s_ext_audio_event_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h238 EAS_BOOL8 noteOn; member in struct:s_ext_audio_event_tag
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h243 EAS_BOOL8 noteOn; member in struct:s_ext_audio_event_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c1770 event.noteOn = EAS_TRUE;
1882 event.noteOn = EAS_FALSE;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c1770 event.noteOn = EAS_TRUE;
1882 event.noteOn = EAS_FALSE;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c1770 event.noteOn = EAS_TRUE;
1882 event.noteOn = EAS_FALSE;

Completed in 228 milliseconds