HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceType (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 35 BluetoothDevice::DeviceType device_type = GetDeviceType();
79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
159 DeviceType type = GetDeviceType();
bluetooth_device.h 48 // Possible values that may be returned by GetDeviceType(), representing
173 // Returns the Bluetooth class of the device, used by GetDeviceType()
204 DeviceType GetDeviceType() const;
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 27 ON_CALL(*this, GetDeviceType())
mock_bluetooth_device.h 37 MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
  /external/chromium_org/device/hid/
input_service_linux.cc 51 InputServiceLinux::InputDeviceInfo::Type GetDeviceType(udev_device* device) {
127 info.type = GetDeviceType(device);
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_utils.cc 110 ConvertDeviceTypeToApi(device.GetDeviceType(), &(out->type));
bluetooth_apitest.cc 420 EXPECT_CALL(*device1_.get(), GetDeviceType())
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 322 DeviceIsPointing(device->GetDeviceType()) &&
331 DeviceIsKeyboard(device->GetDeviceType()) &&
492 device::BluetoothDevice::DeviceType device_type = device->GetDeviceType();
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 59 DeviceType GetDeviceType(const base::string16& mount_point) {
151 DeviceType device_type = GetDeviceType(mount_point);
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 236 paired_device->set_type(AsBluetoothDeviceType(device->GetDeviceType()));
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter.cc 130 EventRewriter::DeviceType GetDeviceType(const std::string& device_name) {
    [all...]

Completed in 146 milliseconds