HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceInfo (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/components/sync_driver/
device_info_tracker.h 28 virtual scoped_ptr<DeviceInfo> GetDeviceInfo(
device_info_sync_service.h 41 virtual scoped_ptr<DeviceInfo> GetDeviceInfo(
  /external/chromium_org/extensions/browser/api/usb_private/
usb_private_api.h 31 DECLARE_EXTENSION_FUNCTION("usbPrivate.getDeviceInfo",
43 scoped_ptr<extensions::core_api::usb_private::GetDeviceInfo::Params>
usb_private_api.cc 22 namespace GetDeviceInfo = usb_private::GetDeviceInfo;
88 parameters_ = GetDeviceInfo::Params::Create(*args_);
  /external/chromium_org/chrome/browser/chromeos/device/
input_service_proxy.cc 44 void GetDeviceInfo(const std::string& id,
51 success = InputServiceLinux::GetInstance()->GetDeviceInfo(id, &info);
134 void InputServiceProxy::GetDeviceInfo(const std::string& id,
140 base::Bind(&InputServiceProxy::ServiceObserver::GetDeviceInfo,
input_service_proxy.h 47 void GetDeviceInfo(const std::string& id,
input_service_proxy_browsertest.cc 192 proxy.GetDeviceInfo(kKeyboardId,
199 proxy.GetDeviceInfo(kMouseId, base::Bind(&OnGetMouse, run.QuitClosure()));
  /external/chromium_org/chrome/browser/sync/glue/
device_info_sync_service_unittest.cc 186 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_1"));
187 EXPECT_FALSE(sync_service_->GetDeviceInfo("guid_0"));
211 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_1"));
212 EXPECT_FALSE(sync_service_->GetDeviceInfo("guid_0"));
241 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_1"));
242 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_2"));
243 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_3"));
244 EXPECT_FALSE(sync_service_->GetDeviceInfo("guid_0"));
272 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_1"));
273 EXPECT_TRUE(sync_service_->GetDeviceInfo("guid_2"))
    [all...]
  /external/chromium_org/device/hid/
hid_service.h 32 bool GetDeviceInfo(const HidDeviceId& device_id, HidDeviceInfo* info) const;
input_service_linux.h 70 bool GetDeviceInfo(const std::string& id, InputDeviceInfo* info) const;
hid_service.cc 81 bool HidService::GetDeviceInfo(const HidDeviceId& device_id,
hid_service_linux.cc 58 if (!GetDeviceInfo(device_id, &device_info))
  /external/chromium_org/extensions/browser/api/hid/
hid_device_manager.h 45 bool GetDeviceInfo(int resource_id, device::HidDeviceInfo* device_info);
hid_device_manager.cc 56 if (hid_service->GetDeviceInfo(device_id, &device_info)) {
110 bool HidDeviceManager::GetDeviceInfo(int resource_id,
122 return hid_service->GetDeviceInfo(device_iter->second, device_info);
  /external/chromium_org/components/storage_monitor/
storage_monitor_win.h 57 bool GetDeviceInfo(const base::FilePath& device_path,
volume_mount_watcher_win.h 45 bool GetDeviceInfo(const base::FilePath& device_path,
storage_monitor_win.cc 101 return GetDeviceInfo(path, device_info);
174 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path,
178 // TODO(kmadhusu) Implement PortableDeviceWatcherWin::GetDeviceInfo()
181 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
storage_monitor_chromeos.cc 47 bool GetDeviceInfo(const DiskMountManager::MountPointInfo& mount_info,
291 if (!GetDeviceInfo(mount_info, has_dcim, &info))
storage_monitor_win_unittest.cc 193 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(
275 EXPECT_TRUE(monitor_->volume_mount_watcher()->GetDeviceInfo(
474 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(removable_device, &info));
485 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(
storage_monitor_linux.cc 77 // Records GetDeviceInfo result on destruction, to see how often we fail to get
119 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path,
242 get_device_info_callback_(base::Bind(&GetDeviceInfo)),
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.h 87 int32_t GetDeviceInfo(uint32_t deviceNumber,
device_info_ds.cc 126 return GetDeviceInfo(0, 0, 0, 0, 0, 0, 0);
139 const int32_t result = GetDeviceInfo(deviceNumber, deviceNameUTF8,
148 int32_t DeviceInfoDS::GetDeviceInfo(
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
adb_list_devices.py 25 def GetDeviceInfo(adb, serial, props_to_get):
147 device_info.extend(GetDeviceInfo(adb, serial, props_to_get))
  /external/skia/platform_tools/android/bin/
adb_list_devices.py 25 def GetDeviceInfo(adb, serial, props_to_get):
147 device_info.extend(GetDeviceInfo(adb, serial, props_to_get))
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 65 const char kJsGetDeviceInfo[] = "getDeviceInfo";
88 void GetDeviceInfo(const base::DictionaryValue& properties,
425 GetDeviceInfo(properties, &device_dict);
551 GetDeviceInfo(properties, &device_info);

Completed in 484 milliseconds

1 2