OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/midi/
midi_manager.cc
71
if (!
send_thread_
) {
72
send_thread_
.reset(new base::Thread("MIDISendThread"));
73
send_thread_
->Start();
74
send_message_loop_ =
send_thread_
->message_loop_proxy();
midi_manager.h
121
// |
send_thread_
| is used to send MIDI data by calling the platform-specific
123
scoped_ptr<base::Thread>
send_thread_
;
member in class:media::MIDIManager
Completed in 3397 milliseconds