HomeSort by relevance Sort by last modified time
    Searched refs:OutDeviceInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/midi/
midi_manager_win.h 31 class OutDeviceInfo;
33 std::vector<scoped_ptr<OutDeviceInfo> > out_devices_;
midi_manager_win.cc 355 class MidiManagerWin::OutDeviceInfo {
357 ~OutDeviceInfo() {
361 static scoped_ptr<OutDeviceInfo> Create(UINT device_id) {
362 scoped_ptr<OutDeviceInfo> obj(new OutDeviceInfo);
404 OutDeviceInfo()
457 OutDeviceInfo* self = reinterpret_cast<OutDeviceInfo*>(instance);
492 DISALLOW_COPY_AND_ASSIGN(OutDeviceInfo);
533 scoped_ptr<OutDeviceInfo> out_port(OutDeviceInfo::Create(device_id))
    [all...]

Completed in 41 milliseconds