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

  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer_browsertest.cc 26 const char kTestDeviceName[] = "test device";
74 kTestDeviceName, 50);
80 EXPECT_EQ(info.name, kTestDeviceName);
88 kTestDeviceName, 5);
96 kTestDeviceName, -1);
105 kTestDeviceName, 50);
114 kTestDeviceName, 5);
122 observer_->PeripheralBatteryStatusReceived("invalid-path", kTestDeviceName,
127 "/sys/class/power_supply/hid-battery", kTestDeviceName, 10);
131 kTestDeviceName, -2)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 39 static const std::string kTestDeviceName = "JuberTech FakeCam Q123";
50 factory_->device_info.AddDevice(kTestDeviceName, kTestDeviceId);
79 EXPECT_TRUE(capturer_->Init(cricket::Device(kTestDeviceName, kTestDeviceId)));
95 EXPECT_TRUE(capturer_->Init(cricket::Device(kTestDeviceName, kTestDeviceId)));
  /external/chromium_org/media/audio/alsa/
alsa_output_unittest.cc 120 return new AlsaPcmOutputStream(kTestDeviceName,
151 static const char kTestDeviceName[];
186 const char AlsaPcmOutputStreamTest::kTestDeviceName[] = "TestDevice";
230 test_stream = new AlsaPcmOutputStream(kTestDeviceName,
241 test_stream = new AlsaPcmOutputStream(kTestDeviceName,
277 .WillOnce(Return(kTestDeviceName));
306 .WillOnce(Return(kTestDeviceName));
321 PcmOpen(_, StrEq(kTestDeviceName),
353 .WillOnce(Return(kTestDeviceName));
385 .WillOnce(Return(kTestDeviceName));
    [all...]

Completed in 1018 milliseconds