OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddDevice
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/media/
video_capture_impl_manager.cc
21
media::VideoCapture* VideoCaptureImplManager::
AddDevice
(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h
45
void
AddDevice
(const std::string& device_name, const std::string& device_id) {
/external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc
210
void FakeShillDeviceClient::
AddDevice
(const std::string& device_path,
214
AddDevice
(device_path);
fake_shill_manager_client.cc
324
void FakeShillManagerClient::
AddDevice
(const std::string& device_path) {
/external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc
195
void
AddDevice
(const std::string& type, const std::string& id) {
197
device_test_->
AddDevice
(id, type, std::string("/device/" + id));
264
AddDevice
(shill::kTypeWifi, "stub_wifi_device1");
265
AddDevice
(shill::kTypeCellular, "stub_cellular_device1");
341
AddDevice
(shill::kTypeWifi, kTestDevicePath);
Completed in 131 milliseconds