Searched refs:GetDeviceType (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc35 BluetoothDevice::DeviceType device_type = GetDeviceType();
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const { function in class:device::BluetoothDevice
159 DeviceType type = GetDeviceType();
H A Dbluetooth_device.h48 // Possible values that may be returned by GetDeviceType(), representing
173 // Returns the Bluetooth class of the device, used by GetDeviceType()
204 DeviceType GetDeviceType() const;
H A Dbluetooth_chromeos_unittest.cc1453 EXPECT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType());
1481 ASSERT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType());
1496 EXPECT_EQ(BluetoothDevice::DEVICE_MOUSE, devices[0]->GetDeviceType());
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc27 ON_CALL(*this, GetDeviceType())
H A Dmock_bluetooth_device.h37 MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
/external/chromium_org/device/hid/
H A Dinput_service_linux.cc51 InputServiceLinux::InputDeviceInfo::Type GetDeviceType(udev_device* device) { function in namespace:device::__anon8020
127 info.type = GetDeviceType(device);
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc110 ConvertDeviceTypeToApi(device.GetDeviceType(), &(out->type));
H A Dbluetooth_apitest.cc420 EXPECT_CALL(*device1_.get(), GetDeviceType())
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc322 DeviceIsPointing(device->GetDeviceType()) &&
331 DeviceIsKeyboard(device->GetDeviceType()) &&
492 device::BluetoothDevice::DeviceType device_type = device->GetDeviceType();
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc59 DeviceType GetDeviceType(const base::string16& mount_point) { function in namespace:storage_monitor::__anon6847
151 DeviceType device_type = GetDeviceType(mount_point);
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc236 paired_device->set_type(AsBluetoothDeviceType(device->GetDeviceType()));
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter.cc130 EventRewriter::DeviceType GetDeviceType(const std::string& device_name) { function in namespace:chromeos::__anon3114
851 const DeviceType type = GetDeviceType(device_name);

Completed in 954 milliseconds