HomeSort by relevance Sort by last modified time
    Searched defs:GetMediaDeviceManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_input.cc 167 pending_open_device_id_ = GetMediaDeviceManager()->OpenDevice(
231 int session_id = GetMediaDeviceManager()->GetSessionID(
251 GetMediaDeviceManager()->CloseDevice(label_);
255 GetMediaDeviceManager()->CancelOpenDevice(pending_open_device_id_);
269 PepperMediaDeviceManager* PepperPlatformAudioInput::GetMediaDeviceManager() {
pepper_platform_video_capture.cc 38 pending_open_device_id_ = GetMediaDeviceManager()->OpenDevice(
109 GetMediaDeviceManager()->CloseDevice(label_);
113 GetMediaDeviceManager()->CancelOpenDevice(pending_open_device_id_);
188 session_id_ = GetMediaDeviceManager()->GetSessionID(
198 PepperPlatformVideoCapture::GetMediaDeviceManager() {

Completed in 36 milliseconds