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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 113 struct DeviceEntry;
131 void DestroyDeviceEntryIfNoClients(DeviceEntry* entry);
142 // Finds a DeviceEntry by its device ID and type, if it is already opened.
143 DeviceEntry* GetDeviceEntryForMediaStreamDevice(
146 // Finds a DeviceEntry entry for the indicated session, creating a fresh one
148 DeviceEntry* GetOrCreateDeviceEntry(
151 // Finds the DeviceEntry that owns a particular controller pointer.
152 DeviceEntry* GetDeviceEntryForController(
171 DeviceEntry* entry,
177 void DoStopDeviceOnDeviceThread(DeviceEntry* entry)
    [all...]
video_capture_manager.cc 77 VideoCaptureManager::DeviceEntry::DeviceEntry(
85 VideoCaptureManager::DeviceEntry::~DeviceEntry() {}
185 DeviceEntry* const existing_device = GetDeviceEntryForMediaStreamDevice(
206 DeviceEntry* entry,
277 DeviceEntry* entry = GetOrCreateDeviceEntry(session_id);
315 DeviceEntry* entry = GetDeviceEntryForController(controller);
372 DeviceEntry* device_in_use =
398 DeviceEntry* const existing_device
    [all...]

Completed in 212 milliseconds