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

  /external/chromium_org/device/bluetooth/
bluetooth_device_win_unittest.cc 113 const BluetoothServiceRecord* video_device = local
115 ASSERT_TRUE(video_device != NULL);
116 EXPECT_EQ((*service_records_)[1], video_device);
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc 209 const content::MediaStreamDevice* video_device = local
212 if (video_device) {
213 devices.push_back(*video_device);

Completed in 240 milliseconds