OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIDIHost
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
midi_host.h
21
class CONTENT_EXPORT
MIDIHost
26
MIDIHost
(media::MIDIManager* midi_manager);
51
friend class base::DeleteHelper<
MIDIHost
>;
54
virtual ~
MIDIHost
();
74
DISALLOW_COPY_AND_ASSIGN(
MIDIHost
);
midi_host.cc
35
MIDIHost
::
MIDIHost
(media::MIDIManager* midi_manager)
41
MIDIHost
::~
MIDIHost
() {
46
void
MIDIHost
::OnChannelClosing() {
52
void
MIDIHost
::OnDestruct() const {
58
bool
MIDIHost
::OnMessageReceived(const IPC::Message& message,
61
IPC_BEGIN_MESSAGE_MAP_EX(
MIDIHost
, message, *message_was_ok)
70
void
MIDIHost
::OnStartSession(int client_id) {
91
void
MIDIHost
::OnSendData(int port
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
626
new
MIDIHost
(BrowserMainLoop::GetInstance()->midi_manager()));
[
all
...]
Completed in 2557 milliseconds