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

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIInput.cpp51 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) function in class:blink::MIDIInput
H A DMIDIAccessor.cpp83 void MIDIAccessor::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) function in class:blink::MIDIAccessor
85 m_client->didReceiveMIDIData(portIndex, data, length, timeStamp);
H A DMIDIAccess.cpp111 void MIDIAccess::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) function in class:blink::MIDIAccess
125 m_inputs[portIndex]->didReceiveMIDIData(portIndex, data, length, timeStampInMilliseconds);

Completed in 204 milliseconds