OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
353
class MIDIManagerWin::
OutDeviceInfo
{
355
~
OutDeviceInfo
() {
359
static scoped_ptr<
OutDeviceInfo
> Create(UINT device_id) {
360
scoped_ptr<
OutDeviceInfo
> obj(new
OutDeviceInfo
);
402
OutDeviceInfo
()
455
OutDeviceInfo
* self = reinterpret_cast<
OutDeviceInfo
*>(instance);
490
DISALLOW_COPY_AND_ASSIGN(MIDIManagerWin::
OutDeviceInfo
);
531
scoped_ptr<
OutDeviceInfo
> out_port(OutDeviceInfo::Create(device_id))
[
all
...]
Completed in 43 milliseconds