HomeSort by relevance Sort by last modified time
    Searched defs:device (Results 126 - 150 of 1754) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_notify_session_chromeos.cc 5 #include "device/bluetooth/bluetooth_gatt_notify_session_chromeos.h"
10 #include "device/bluetooth/bluetooth_adapter.h"
11 #include "device/bluetooth/bluetooth_device.h"
12 #include "device/bluetooth/bluetooth_gatt_service.h"
13 #include "device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h"
18 scoped_refptr<device::BluetoothAdapter> adapter,
84 device::BluetoothDevice* device = adapter_->GetDevice(device_address_); local
85 if (!device)
88 device::BluetoothGattService* service = device->GetGattService(service_id_)
    [all...]
bluetooth_init_win.cc 5 #include "device/bluetooth/bluetooth_init_win.h"
20 namespace device { namespace
45 } // namespace device
bluetooth_remote_gatt_descriptor_chromeos.h 13 #include "device/bluetooth/bluetooth_gatt_descriptor.h"
14 #include "device/bluetooth/bluetooth_uuid.h"
16 namespace device { namespace
20 } // namespace device
30 : public device::BluetoothGattDescriptor {
32 // device::BluetoothGattDescriptor overrides.
34 virtual device::BluetoothUUID GetUUID() const OVERRIDE;
37 virtual device::BluetoothGattCharacteristic*
39 virtual device::BluetoothGattCharacteristic::Permissions
bluetooth_service_record_win_unittest.cc 7 #include "device/bluetooth/bluetooth_service_record_win.h"
8 #include "device/bluetooth/bluetooth_uuid.h"
18 const device::BluetoothUUID kTestNoRfcommSdpUuid("110a");
25 const device::BluetoothUUID kTestRfcommSdpUuid("1112");
30 namespace device { namespace
68 } // namespace device
bluetooth_socket_thread.h 17 namespace device { namespace
48 } // namespace device
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.cc 5 #include "device/bluetooth/test/mock_bluetooth_adapter.h"
7 namespace device { namespace
25 } // namespace device
  /external/chromium_org/device/core/
device_client.cc 5 #include "device/core/device_client.h"
9 namespace device { namespace
44 } // namespace device
  /external/chromium_org/device/hid/
hid_connection_linux.h 12 #include "device/hid/hid_connection.h"
14 namespace device { namespace
57 } // namespace device
hid_service_mac.h 16 #include "device/hid/hid_service.h"
22 namespace device { namespace
58 } // namespace device
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 14 #include "device/nfc/nfc_adapter.h"
16 namespace device { namespace
20 } // namespace device
26 class NfcAdapterChromeOS : public device::NfcAdapter,
47 friend class device::NfcAdapterFactory;
102 ObserverList<device::NfcAdapter::Observer> observers_;
nfc_tag_technology.cc 5 #include "device/nfc/nfc_tag_technology.h"
7 #include "device/nfc/nfc_tag.h"
9 namespace device { namespace
32 } // namespace device
  /external/chromium_org/device/serial/
serial_device_enumerator_mac.cc 5 #include "device/serial/serial_device_enumerator_mac.h"
13 namespace device { namespace
60 } // namespace device
serial_io_handler_posix.h 9 #include "device/serial/serial_io_handler.h"
11 namespace device { namespace
46 // Flags indicating if the message loop is watching the device for IO events.
53 } // namespace device
serial_io_handler_win.h 10 #include "device/serial/serial_io_handler.h"
12 namespace device { namespace
62 } // namespace device
serial_service_impl.cc 5 #include "device/serial/serial_service_impl.h"
9 #include "device/serial/serial_io_handler.h"
11 namespace device { namespace
86 } // namespace device
  /external/chromium_org/device/udev_linux/
udev.h 16 namespace device { namespace
25 void operator()(udev_device* device) const;
36 } // namespace device
  /external/chromium_org/device/usb/
usb_context.h 15 namespace device { namespace
43 } // namespace device
usb_context_unittest.cc 7 #include "device/usb/usb_context.h"
11 namespace device { namespace
54 } // namespace device
usb_descriptors.cc 5 #include "device/usb/usb_descriptors.h"
7 namespace device { namespace
43 } // namespace device
usb_device_filter.h 16 namespace device { namespace
31 bool Matches(scoped_refptr<UsbDevice> device) const;
34 static bool MatchesAny(scoped_refptr<UsbDevice> device,
50 } // namespace device
  /external/chromium_org/extensions/browser/api/hid/
hid_connection_resource.h 12 #include "device/hid/hid_connection.h"
16 namespace device { namespace
35 scoped_refptr<device::HidConnection> connection);
38 scoped_refptr<device::HidConnection> connection() const {
47 scoped_refptr<device::HidConnection> connection_;
  /external/chromium_org/extensions/browser/api/usb/
usb_device_resource.h 14 #include "device/usb/usb_device_handle.h"
31 scoped_refptr<device::UsbDeviceHandle> device);
34 scoped_refptr<device::UsbDeviceHandle> device() { return device_; } function in class:extensions::UsbDeviceResource
42 scoped_refptr<device::UsbDeviceHandle> device_;
  /external/chromium_org/extensions/shell/browser/
media_capture_util.cc 48 const MediaStreamDevice* device = GetRequestedDeviceOrDefault( local
51 if (device)
52 devices.push_back(*device);
57 const MediaStreamDevice* device = GetRequestedDeviceOrDefault( local
60 if (device)
61 devices.push_back(*device);
76 // app_shell has no UI surface to show an error, and on an embedded device
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
common.c 42 struct udev_device *device; local
50 device = udev_device_new_from_devnum(udev, 'c', buf.st_rdev);
51 if (device == NULL) {
53 "gbm: could not create udev device for fd %d", fd);
57 return device;
64 struct udev_device *device; local
69 device = _gbm_udev_device_new_from_fd(udev, fd);
70 if (device == NULL)
73 const_device_name = udev_device_get_devnode(device);
79 udev_device_unref(device);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 23 DISPLAY_DEVICE device; local
24 device.cb = sizeof(device);
25 enum_result = EnumDisplayDevices(NULL, device_index, &device, 0);
32 if (!(device.StateFlags & DISPLAY_DEVICE_ACTIVE))
48 DISPLAY_DEVICE device; local
49 device.cb = sizeof(device);
50 BOOL enum_result = EnumDisplayDevices(NULL, screen, &device, 0);
52 *device_key = device.DeviceKey
65 DISPLAY_DEVICE device; local
    [all...]

Completed in 384 milliseconds

1 2 3 4 56 7 8 91011>>