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

  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h 52 void CancelOpenDevice(int request_id);
pepper_platform_video_capture.cc 84 GetMediaDeviceManager()->CancelOpenDevice(pending_open_device_id_);
pepper_media_device_manager.cc 111 void PepperMediaDeviceManager::CancelOpenDevice(int request_id) {
115 GetRenderViewImpl()->media_stream_dispatcher()->CancelOpenDevice(request_id,
pepper_platform_audio_input.cc 263 GetMediaDeviceManager()->CancelOpenDevice(pending_open_device_id_);
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.h 83 virtual void CancelOpenDevice(
media_stream_dispatcher.cc 193 void MediaStreamDispatcher::CancelOpenDevice(

Completed in 1213 milliseconds