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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host.cc 100 OnStopStreamDevice)
156 void MediaStreamDispatcherHost::OnStopStreamDevice(
159 DVLOG(1) << "MediaStreamDispatcherHost::OnStopStreamDevice("
media_stream_dispatcher_host.h 75 void OnStopStreamDevice(int render_frame_id,
media_stream_dispatcher_host_unittest.cc 85 void OnStopStreamDevice(int render_frame_id,
87 MediaStreamDispatcherHost::OnStopStreamDevice(render_frame_id, device_id);
736 // Test that if a OnStopStreamDevice message is received for a device that has
756 host_->OnStopStreamDevice(kRenderId, video_device_info.device.id);
776 host_->OnStopStreamDevice(kRenderId, video_device_info.device.id);
816 host_->OnStopStreamDevice(kRenderId, host_->video_devices_[0].device.id);
    [all...]

Completed in 78 milliseconds