OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestDeviceName
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer_browsertest.cc
28
const char
kTestDeviceName
[] = "test device";
76
kTestDeviceName
, 50);
82
EXPECT_EQ(info.name,
kTestDeviceName
);
90
kTestDeviceName
, 5);
98
kTestDeviceName
, -1);
107
kTestDeviceName
, 50);
116
kTestDeviceName
, 5);
124
observer_->PeripheralBatteryStatusReceived("invalid-path",
kTestDeviceName
,
129
"/sys/class/power_supply/hid-battery",
kTestDeviceName
, 10);
133
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
131
return new AlsaPcmOutputStream(
kTestDeviceName
,
162
static const char
kTestDeviceName
[];
197
const char AlsaPcmOutputStreamTest::
kTestDeviceName
[] = "TestDevice";
241
test_stream = new AlsaPcmOutputStream(
kTestDeviceName
,
252
test_stream = new AlsaPcmOutputStream(
kTestDeviceName
,
288
.WillOnce(Return(
kTestDeviceName
));
317
.WillOnce(Return(
kTestDeviceName
));
332
PcmOpen(_, StrEq(
kTestDeviceName
),
364
.WillOnce(Return(
kTestDeviceName
));
396
.WillOnce(Return(
kTestDeviceName
));
[
all
...]
Completed in 122 milliseconds