Home
last modified time | relevance | path

Searched refs:OnDeviceStopped (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/media/
Dmedia_stream_dispatcher_eventhandler.h29 virtual void OnDeviceStopped(
Dmedia_stream_dispatcher.cc227 OnDeviceStopped) in OnMessageReceived()
284 void MediaStreamDispatcher::OnDeviceStopped( in OnDeviceStopped() function in content::MediaStreamDispatcher
305 stream->handler->OnDeviceStopped(label, device_info); in OnDeviceStopped()
Dmedia_stream_dispatcher.h119 void OnDeviceStopped(const std::string& label,
Dmedia_stream_impl.h79 virtual void OnDeviceStopped(const std::string& label,
Dmedia_stream_dispatcher_unittest.cc60 virtual void OnDeviceStopped(const std::string& label, in OnDeviceStopped() function in content::__anon08406fb80111::MockMediaStreamDispatcherEventHandler
Dmedia_stream_impl.cc407 void MediaStreamImpl::OnDeviceStopped( in OnDeviceStopped() function in content::MediaStreamImpl
/external/chromium_org/content/browser/renderer_host/media/
Dmedia_stream_dispatcher_host_unittest.cc58 MOCK_METHOD1(OnDeviceStopped, void(int routing_id));
120 IPC_MESSAGE_HANDLER(MediaStreamMsg_DeviceStopped, OnDeviceStopped) in Send()
162 void OnDeviceStopped(const IPC::Message& msg, in OnDeviceStopped() function in content::MockMediaStreamDispatcherHost
170 OnDeviceStopped(msg.routing_id()); in OnDeviceStopped()
771 EXPECT_CALL(*host_.get(), OnDeviceStopped(kRenderId)); in TEST_F()
789 EXPECT_CALL(*host_.get(), OnDeviceStopped(kRenderId)) in TEST_F()
/external/chromium_org/content/renderer/pepper/
Dpepper_media_device_manager.h64 virtual void OnDeviceStopped(const std::string& label,
Dpepper_media_device_manager.cc157 void PepperMediaDeviceManager::OnDeviceStopped( in OnDeviceStopped() function in content::PepperMediaDeviceManager