Home
last modified time | relevance | path

Searched refs:MIDIPortTypeInput (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
DMIDIPort.cpp47 ASSERT(type == MIDIPortTypeInput || type == MIDIPortTypeOutput); in MIDIPort()
54 case MIDIPortTypeInput: in type()
DMIDIInput.cpp48 : MIDIPort(access, id, manufacturer, name, MIDIPortTypeInput, version) in MIDIInput()
DMIDIPort.h50 MIDIPortTypeInput, enumerator
DMIDIAccessInitializer.cpp60 …m_portDescriptors.append(PortDescriptor(id, manufacturer, name, MIDIPort::MIDIPortTypeInput, versi… in didAddInputPort()
DMIDIAccess.cpp56 if (port.type == MIDIPort::MIDIPortTypeInput) { in MIDIAccess()