HomeSort by relevance Sort by last modified time
    Searched defs:didReceiveMIDIData (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.cpp 54 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
MIDIAccessor.cpp 83 void MIDIAccessor::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
85 m_client->didReceiveMIDIData(portIndex, data, length, timeStamp);
MIDIAccess.cpp 105 void MIDIAccess::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
118 m_inputs[portIndex]->didReceiveMIDIData(portIndex, data, length, timeStampInMilliseconds);

Completed in 67 milliseconds