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

  /external/chromium_org/content/renderer/media/
media_stream_dispatcher_eventhandler.h 29 virtual void OnDeviceStopped(
media_stream_dispatcher.h 119 void OnDeviceStopped(const std::string& label,
media_stream_dispatcher.cc 227 OnDeviceStopped)
284 void MediaStreamDispatcher::OnDeviceStopped(
288 DVLOG(1) << "MediaStreamDispatcher::OnDeviceStopped("
305 stream->handler->OnDeviceStopped(label, device_info);
media_stream_impl.h 79 virtual void OnDeviceStopped(const std::string& label,
media_stream_dispatcher_unittest.cc 60 virtual void OnDeviceStopped(const std::string& label,
402 // Verify that MediaStreamDispatcherEventHandler::OnDeviceStopped has been
media_stream_impl.cc 407 void MediaStreamImpl::OnDeviceStopped(
411 DVLOG(1) << "MediaStreamImpl::OnDeviceStopped("
  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h 64 virtual void OnDeviceStopped(const std::string& label,
pepper_media_device_manager.cc 157 void PepperMediaDeviceManager::OnDeviceStopped(
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 58 MOCK_METHOD1(OnDeviceStopped, void(int routing_id));
120 IPC_MESSAGE_HANDLER(MediaStreamMsg_DeviceStopped, OnDeviceStopped)
162 void OnDeviceStopped(const IPC::Message& msg,
170 OnDeviceStopped(msg.routing_id());
771 EXPECT_CALL(*host_.get(), OnDeviceStopped(kRenderId));
789 EXPECT_CALL(*host_.get(), OnDeviceStopped(kRenderId))

Completed in 659 milliseconds