Searched refs:OnDeviceStopped (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/renderer/media/ |
D | media_stream_dispatcher_eventhandler.h | 29 virtual void OnDeviceStopped(
|
D | media_stream_dispatcher.cc | 227 OnDeviceStopped) in OnMessageReceived() 284 void MediaStreamDispatcher::OnDeviceStopped( in OnDeviceStopped() function in content::MediaStreamDispatcher 305 stream->handler->OnDeviceStopped(label, device_info); in OnDeviceStopped()
|
D | media_stream_dispatcher.h | 119 void OnDeviceStopped(const std::string& label,
|
D | media_stream_impl.h | 79 virtual void OnDeviceStopped(const std::string& label,
|
D | media_stream_dispatcher_unittest.cc | 60 virtual void OnDeviceStopped(const std::string& label, in OnDeviceStopped() function in content::__anon08406fb80111::MockMediaStreamDispatcherEventHandler
|
D | media_stream_impl.cc | 407 void MediaStreamImpl::OnDeviceStopped( in OnDeviceStopped() function in content::MediaStreamImpl
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | media_stream_dispatcher_host_unittest.cc | 58 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/ |
D | pepper_media_device_manager.h | 64 virtual void OnDeviceStopped(const std::string& label,
|
D | pepper_media_device_manager.cc | 157 void PepperMediaDeviceManager::OnDeviceStopped( in OnDeviceStopped() function in content::PepperMediaDeviceManager
|