Searched refs:GetDeviceInfo (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/components/sync_driver/
H A Ddevice_info_tracker.h28 virtual scoped_ptr<DeviceInfo> GetDeviceInfo(
H A Ddevice_info_sync_service.h41 virtual scoped_ptr<DeviceInfo> GetDeviceInfo(
/external/chromium_org/extensions/browser/api/usb_private/
H A Dusb_private_api.h43 scoped_ptr<extensions::core_api::usb_private::GetDeviceInfo::Params>
H A Dusb_private_api.cc22 namespace GetDeviceInfo = usb_private::GetDeviceInfo;
88 parameters_ = GetDeviceInfo::Params::Create(*args_);
/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy.cc44 void GetDeviceInfo(const std::string& id, function in class:chromeos::InputServiceProxy::ServiceObserver
51 success = InputServiceLinux::GetInstance()->GetDeviceInfo(id, &info);
134 void InputServiceProxy::GetDeviceInfo(const std::string& id, function in class:chromeos::InputServiceProxy
140 base::Bind(&InputServiceProxy::ServiceObserver::GetDeviceInfo,
H A Dinput_service_proxy.h47 void GetDeviceInfo(const std::string& id,
H A Dinput_service_proxy_browsertest.cc192 proxy.GetDeviceInfo(kKeyboardId,
199 proxy.GetDeviceInfo(kMouseId, base::Bind(&OnGetMouse, run.QuitClosure()));
/external/chromium_org/chrome/browser/sync/glue/
H A Ddevice_info_sync_service_unittest.cc186 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_
[all...]
/external/chromium_org/device/hid/
H A Dhid_service.h32 bool GetDeviceInfo(const HidDeviceId& device_id, HidDeviceInfo* info) const;
H A Dinput_service_linux.h70 bool GetDeviceInfo(const std::string& id, InputDeviceInfo* info) const;
H A Dhid_service.cc81 bool HidService::GetDeviceInfo(const HidDeviceId& device_id, function in class:device::HidService
H A Dhid_service_linux.cc58 if (!GetDeviceInfo(device_id, &device_info))
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dadb_list_devices.py25 def GetDeviceInfo(adb, serial, props_to_get): function
147 device_info.extend(GetDeviceInfo(adb, serial, props_to_get))
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py25 def GetDeviceInfo(adb, serial, props_to_get): function
147 device_info.extend(GetDeviceInfo(adb, serial, props_to_get))
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_win.h57 bool GetDeviceInfo(const base::FilePath& device_path,
H A Dvolume_mount_watcher_win.h45 bool GetDeviceInfo(const base::FilePath& device_path,
H A Dstorage_monitor_win.cc101 return GetDeviceInfo(path, device_info);
174 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path, function in class:storage_monitor::StorageMonitorWin
178 // TODO(kmadhusu) Implement PortableDeviceWatcherWin::GetDeviceInfo()
181 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
H A Dstorage_monitor_chromeos.cc47 bool GetDeviceInfo(const DiskMountManager::MountPointInfo& mount_info, function in namespace:storage_monitor::__anon6840
291 if (!GetDeviceInfo(mount_info, has_dcim, &info))
H A Dstorage_monitor_win_unittest.cc193 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(
H A Dstorage_monitor_linux.cc77 // Records GetDeviceInfo result on destruction, to see how often we fail to get
119 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, function in namespace:storage_monitor::__anon6842
242 get_device_info_callback_(base::Bind(&GetDeviceInfo)),
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_device_manager.h45 bool GetDeviceInfo(int resource_id, device::HidDeviceInfo* device_info);
H A Dhid_device_manager.cc56 if (hid_service->GetDeviceInfo(device_id, &device_info)) {
110 bool HidDeviceManager::GetDeviceInfo(int resource_id, function in class:extensions::HidDeviceManager
122 return hid_service->GetDeviceInfo(device_iter->second, device_info);
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.h87 int32_t GetDeviceInfo(uint32_t deviceNumber,
H A Ddevice_info_ds.cc126 return GetDeviceInfo(0, 0, 0, 0, 0, 0, 0);
139 const int32_t result = GetDeviceInfo(deviceNumber, deviceNameUTF8,
148 int32_t DeviceInfoDS::GetDeviceInfo( function in class:webrtc::videocapturemodule::DeviceInfoDS
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc88 void GetDeviceInfo(const base::DictionaryValue& properties, function in namespace:__anon5447
425 GetDeviceInfo(properties, &device_dict);
551 GetDeviceInfo(properties, &device_info);

Completed in 6432 milliseconds

12