Searched refs:new_devices_info_cache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc552 const DeviceInfos& new_devices_info_cache) {
561 devices_info_cache_ = new_devices_info_cache;
584 // Construct |new_devices_info_cache| with the cached devices that are still
587 DeviceInfos new_devices_info_cache; local
595 new_devices_info_cache.push_back(*it_device_info);
611 new_devices_info_cache.push_back(device_info);
614 on_devices_enumerated_callback.Run(new_devices_info_cache);
549 OnDevicesInfoEnumerated( MediaStreamType stream_type, base::ElapsedTimer* timer, const DeviceInfos& new_devices_info_cache) argument
H A Dvideo_capture_manager.h162 const DeviceInfos& new_devices_info_cache);

Completed in 425 milliseconds