Home
last modified time | relevance | path

Searched refs:MIDIPortTypeOutput (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
DMIDIPort.cpp47 ASSERT(type == MIDIPortTypeInput || type == MIDIPortTypeOutput); in MIDIPort()
56 case MIDIPortTypeOutput: in type()
DMIDIPort.h51 MIDIPortTypeOutput enumerator
DMIDIAccessInitializer.cpp66 …m_portDescriptors.append(PortDescriptor(id, manufacturer, name, MIDIPort::MIDIPortTypeOutput, vers… in didAddOutputPort()
DMIDIOutput.cpp183 : MIDIPort(access, id, manufacturer, name, MIDIPortTypeOutput, version) in MIDIOutput()