OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDeviceOpened
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/renderer/media/
media_stream_dispatcher_eventhandler.h
39
virtual void
OnDeviceOpened
(
media_stream_dispatcher.h
83
// Close a started device. |label| is provided in
OnDeviceOpened
.
125
void
OnDeviceOpened
(
media_stream_dispatcher.cc
231
OnDeviceOpened
)
326
void MediaStreamDispatcher::
OnDeviceOpened
(
346
request.handler->
OnDeviceOpened
(request.request_id, label, device_info);
347
DVLOG(1) << "MediaStreamDispatcher::
OnDeviceOpened
("
media_stream_impl.h
84
virtual void
OnDeviceOpened
(
media_stream_dispatcher_unittest.cc
77
virtual void
OnDeviceOpened
(
media_stream_impl.cc
518
void MediaStreamImpl::
OnDeviceOpened
(
522
DVLOG(1) << "MediaStreamImpl::
OnDeviceOpened
("
/external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h
69
virtual void
OnDeviceOpened
(
pepper_platform_audio_input.h
93
void
OnDeviceOpened
(int request_id,
pepper_platform_video_capture.h
67
void
OnDeviceOpened
(int request_id,
pepper_platform_video_capture.cc
42
base::Bind(&PepperPlatformVideoCapture::
OnDeviceOpened
, this));
153
void PepperPlatformVideoCapture::
OnDeviceOpened
(int request_id,
pepper_platform_audio_input.cc
171
base::Bind(&PepperPlatformAudioInput::
OnDeviceOpened
, this));
218
void PepperPlatformAudioInput::
OnDeviceOpened
(int request_id,
pepper_media_device_manager.cc
183
void PepperMediaDeviceManager::
OnDeviceOpened
(
/external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc
59
MOCK_METHOD2(
OnDeviceOpened
, void(int routing_id, int request_id));
121
IPC_MESSAGE_HANDLER(MediaStreamMsg_DeviceOpened,
OnDeviceOpened
)
173
void
OnDeviceOpened
(const IPC::Message& msg,
Completed in 228 milliseconds