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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/device/bluetooth/
bluetooth_utils_unittest.cc 6 #include "device/bluetooth/bluetooth_utils.h"
9 namespace device { namespace
53 } // namespace device
bluetooth_adapter_factory.h 12 #include "device/bluetooth/bluetooth_adapter.h"
14 namespace device { namespace
40 } // namespace device
bluetooth_init_win.h 22 namespace device { namespace
31 } // namespace device
bluetooth_service_record.cc 5 #include "device/bluetooth/bluetooth_service_record.h"
7 namespace device { namespace
15 } // namespace device
bluetooth_utils.h 12 namespace device { namespace
28 } // namespace device
bluetooth_device_mac.h 11 #include "device/bluetooth/bluetooth_device.h"
19 namespace device { namespace
23 explicit BluetoothDeviceMac(IOBluetoothDevice* device);
63 device::BluetoothProfile* profile,
86 } // namespace device
bluetooth_service_record_mac.h 8 #include "device/bluetooth/bluetooth_service_record.h"
18 namespace device { namespace
35 } // namespace device
bluetooth_service_record_win.h 11 #include "device/bluetooth/bluetooth_init_win.h"
12 #include "device/bluetooth/bluetooth_service_record.h"
14 namespace device { namespace
33 } // namespace device
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 11 #include "device/bluetooth/bluetooth_adapter.h"
12 #include "device/bluetooth/bluetooth_device.h"
15 namespace device { namespace
64 } // namespace device
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
49 } // namespace device
mock_bluetooth_profile.cc 5 #include "device/bluetooth/test/mock_bluetooth_profile.h"
7 namespace device { namespace
15 } // namespace device
mock_bluetooth_profile.h 8 #include "device/bluetooth/bluetooth_profile.h"
11 namespace device { namespace
23 } // namespace device
mock_bluetooth_socket.cc 5 #include "device/bluetooth/test/mock_bluetooth_socket.h"
7 namespace device { namespace
12 } // namespace device
mock_bluetooth_socket.h 10 #include "device/bluetooth/bluetooth_socket.h"
20 namespace device { namespace
33 } // namespace device
  /external/chromium_org/device/usb/
usb_ids_unittest.cc 7 #include "device/usb/usb_ids.h"
17 namespace device { namespace
31 } // namespace device
  /pdk/apps/CameraITS/tests/
test_3a.py 15 import its.device namespace
23 with its.device.ItsSession() as cam:
test_camera_properties.py 15 import its.device namespace
22 with its.device.ItsSession() as cam:
  /build/core/
device.mk 22 define dump-device
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
34 # $(1): device to inherit
36 define inherit-device
42 # $(1): device makefile list
51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
65 $(error No matches for device "$(dn)"), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
72 # $(1): short device name like "sooner
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 34 struct nouveau_device *device; member in struct:nouveau_screen
  /external/libmtp/examples/
format.c 3 * Example program that formats the device storage.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now format your device. This means that\n");
69 ret = LIBMTP_Format_Storage(device, device->storage);
76 printf("Failed to format device.\n");
77 LIBMTP_Dump_Errorstack(device);
78 LIBMTP_Clear_Errorstack(device);
    [all...]
reset.c 3 * Example program that resets the device.
51 LIBMTP_mtpdevice_t *device; local
57 device = LIBMTP_Get_First_Device();
58 if (device == NULL) {
63 printf("I will now reset your device. This means that\n");
64 printf("the device may go inactive immediately and may report errors.\n");
67 ret = LIBMTP_Reset_Device(device);
74 printf("Failed to reset device.\n");
75 LIBMTP_Dump_Errorstack(device);
76 LIBMTP_Clear_Errorstack(device);
    [all...]
trexist.c 3 * Example program to check if a certain track exists on the device.
33 LIBMTP_mtpdevice_t *device; local
56 device = LIBMTP_Get_First_Device();
57 if (device == NULL) {
58 printf("No devices. Connect/replug device and try again.\n");
62 printf("%s\n", LIBMTP_Track_Exists(device, id) ? "Yes" : "No");
64 LIBMTP_Release_Device(device);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.h 34 struct nouveau_device *device; member in struct:nouveau_screen
  /external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.h 15 namespace device { namespace
21 // Bluetooth device pairing dialog shown form ash tray bubble.
25 const device::BluetoothDevice* device);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.h 12 namespace device { namespace
16 } // namespace device
36 void RunOnAdapterReady(scoped_refptr<device::BluetoothAdapter> adapter);
40 virtual bool DoWork(scoped_refptr<device::BluetoothAdapter> adapter) = 0;

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>