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

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIOutput.cpp32 #include "modules/webmidi/MIDIOutput.h"
176 MIDIOutput* MIDIOutput::create(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version)
179 return adoptRefCountedGarbageCollectedWillBeNoop(new MIDIOutput(access, portIndex, id, manufacturer, name, version));
182 MIDIOutput::MIDIOutput(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version) function in class:blink::MIDIOutput
188 MIDIOutput::~MIDIOutput()
192 void MIDIOutput::send(Uint8Array* array, double timestamp, ExceptionState& exceptionState)
204 void MIDIOutput
[all...]

Completed in 580 milliseconds