HomeSort by relevance Sort by last modified time
    Searched full:midi_handle (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/midi/
midi_manager_win.cc 164 HMIDIIN midi_handle() const { function in class:media::MIDIManagerWin::InDeviceInfo
277 if (self->midi_handle() != midi_in_handle)
332 result = midiInAddBuffer(midi_handle(), header, sizeof(*header));
366 HMIDIOUT midi_handle() const { function in class:media::MIDIManagerWin::OutDeviceInfo
458 if (self->midi_handle() != midi_out_handle)
467 self->midi_handle(), header.get(), sizeof(*header));

Completed in 46 milliseconds