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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/device/hid/
hid_usage_and_page.cc 5 #include "device/hid/hid_usage_and_page.h"
7 namespace device { namespace
36 } // namespace device
  /external/chromium_org/device/udev_linux/
udev.cc 7 #include "device/udev_linux/udev.h"
9 namespace device { namespace
19 void UdevDeviceDeleter::operator()(udev_device* device) const {
20 udev_device_unref(device);
27 } // namespace device
  /external/chromium_org/device/usb/
usb_error.cc 5 #include "device/usb/usb_error.h"
9 namespace device { namespace
15 } // namespace device
usb_error.h 10 namespace device { namespace
16 } // namespace device
  /cts/apps/CameraITS/tests/scene1/
test_3a.py 15 import its.device namespace
24 with its.device.ItsSession() as cam:
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h 10 #include "device/bluetooth/bluetooth_adapter.h"
12 namespace device { namespace
41 } // namespace device
bluetooth_device_unittest.cc 5 #include "device/bluetooth/bluetooth_device.h"
10 namespace device { namespace
59 } // namespace device
bluetooth_gatt_connection.cc 5 #include "device/bluetooth/bluetooth_gatt_connection.h"
7 namespace device { namespace
15 } // namespace device
bluetooth_gatt_connection.h 12 namespace device { namespace
14 // BluetoothGattConnection represents a GATT connection to a Bluetooth device
29 // Returns the Bluetooth address of the device that this connection is open
37 // After a successful invocation, the device may still remain connected due to
48 } // namespace device
bluetooth_gatt_notify_session.cc 5 #include "device/bluetooth/bluetooth_gatt_notify_session.h"
7 namespace device { namespace
15 } // namespace device
bluetooth_gatt_notify_session.h 12 namespace device { namespace
42 } // namespace device
bluetooth_init_win.h 23 namespace device { namespace
32 } // namespace device
bluetooth_socket.cc 5 #include "device/bluetooth/bluetooth_socket.h"
7 namespace device { namespace
11 } // namespace device
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 5 #include "device/bluetooth/test/mock_bluetooth_device.h"
8 #include "device/bluetooth/test/mock_bluetooth_adapter.h"
10 namespace device { namespace
65 } // namespace device
mock_bluetooth_discovery_session.cc 5 #include "device/bluetooth/test/mock_bluetooth_discovery_session.h"
7 #include "device/bluetooth/test/mock_bluetooth_adapter.h"
9 namespace device { namespace
22 } // namespace device
mock_bluetooth_discovery_session.h 9 #include "device/bluetooth/bluetooth_discovery_session.h"
12 namespace device { namespace
28 } // namespac device
mock_bluetooth_gatt_characteristic.cc 5 #include "device/bluetooth/test/mock_bluetooth_gatt_characteristic.h"
7 #include "device/bluetooth/test/mock_bluetooth_gatt_service.h"
13 namespace device { namespace
38 } // namespace device
mock_bluetooth_gatt_characteristic.h 13 #include "device/bluetooth/bluetooth_gatt_characteristic.h"
14 #include "device/bluetooth/bluetooth_uuid.h"
17 namespace device { namespace
59 } // namespace device
mock_bluetooth_gatt_connection.cc 5 #include "device/bluetooth/test/mock_bluetooth_gatt_connection.h"
9 namespace device { namespace
19 } // namespace device
mock_bluetooth_gatt_connection.h 8 #include "device/bluetooth/bluetooth_gatt_connection.h"
11 namespace device { namespace
23 } // namespace device
mock_bluetooth_gatt_descriptor.cc 5 #include "device/bluetooth/test/mock_bluetooth_gatt_descriptor.h"
7 #include "device/bluetooth/test/mock_bluetooth_gatt_characteristic.h"
12 namespace device { namespace
32 } // namespace device
mock_bluetooth_gatt_descriptor.h 13 #include "device/bluetooth/bluetooth_gatt_characteristic.h"
14 #include "device/bluetooth/bluetooth_gatt_descriptor.h"
15 #include "device/bluetooth/bluetooth_uuid.h"
18 namespace device { namespace
50 } // namespace device
mock_bluetooth_gatt_notify_session.cc 5 #include "device/bluetooth/test/mock_bluetooth_gatt_notify_session.h"
9 namespace device { namespace
21 } // namespace device
mock_bluetooth_gatt_notify_session.h 11 #include "device/bluetooth/bluetooth_gatt_notify_session.h"
14 namespace device { namespace
30 } // namespace device
mock_bluetooth_gatt_service.cc 5 #include "device/bluetooth/test/mock_bluetooth_gatt_service.h"
7 #include "device/bluetooth/test/mock_bluetooth_device.h"
12 namespace device { namespace
15 MockBluetoothDevice* device,
24 ON_CALL(*this, GetDevice()).WillByDefault(Return(device));
36 } // namespace device

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 91011>>