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

1 2 3 4 5

  /build/core/
device.mk 25 $(info DEVICES.$(1).$(v) := $(DEVICES.$(1).$(v))))\
29 define dump-devices
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
44 #TODO: check to make sure that devices have all the necessary vars defined
45 define import-devices
46 $(call import-nodes,DEVICES,$(1),$(_device_var_list))
56 $(foreach d,$(DEVICES), \
57 $(if $(filter $(dn),$(DEVICES.$(d).DEVICE_NAME)), \
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 24 import com.android.sdklib.devices.Device;
25 import com.android.sdklib.devices.DeviceManager;
26 import com.android.sdklib.devices.Screen;
55 List<Device> devices = deviceManager.getDevices(DeviceManager.DEFAULT_DEVICES); local
56 assertNotNull(devices);
57 assertTrue(devices.size() > 0);
58 configuration.setDevice(devices.get(0), false);
115 List<Device> devices = deviceManager.getDevices(DeviceManager.DEFAULT_DEVICES); local
116 assertNotNull(devices);
117 assertTrue(devices.size() > 0)
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_int.h 52 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES]; member in struct:host_ctb
  /external/webkit/Source/WebKit/android/wds/client/
main.cpp 106 const DeviceList& devices = conn.getDeviceList(); local
107 // host:devices closes the connection, reconnect
111 if (type == Device::NONE && devices.size() > 1) {
114 } else if (devices.size() == 0) {
115 ALOGE("No devices connected");
122 device = devices[0]; // grab the only one
125 for (unsigned i = 0; i < devices.size(); i++) {
126 if (devices[i]->type() == type) {
127 device = devices[i];
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 106 * Get connected devices for the specified profile.
108 * <p> Return the set of devices which are in state {@link BluetoothProfile#STATE_CONNECTED}
118 * @return List of devices. The list will be empty on error.
144 * Get a list of devices that match any of the given connection
147 * <p> If none of the devices match any of the given states,
162 * @return List of devices. The list will be empty on error.
171 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
176 if (iGatt == null) return devices;
177 devices = iGatt.getDevicesMatchingConnectionStates(states);
182 return devices;
    [all...]
  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 47 struct Devices {
67 Devices* devices; local
69 devices = (Devices*)malloc(sizeof(Devices));
73 devices->lights[LIGHT_INDEX_BACKLIGHT]
75 devices->lights[LIGHT_INDEX_KEYBOARD]
77 devices->lights[LIGHT_INDEX_BUTTONS]
79 devices->lights[LIGHT_INDEX_BATTERY
98 Devices* devices = (Devices*)ptr; local
109 Devices* devices = (Devices*)ptr; local
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 98 Set<String> devices = new HashSet<String>(); local
99 devices.addAll(getSysFsPath("/etc/vold.fstab"));
100 devices.addAll(getSysFsPath("/system/etc/vold.fstab"));
101 if (devices.isEmpty()) {
109 for (String j : devices) {
  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 73 /* Control block to maintain properties of devices */
82 * BTIF-HH control block to maintain added devices and currently
83 * connected hid devices
88 btif_hh_device_t devices[BTIF_HH_MAX_HID]; member in struct:__anon2894
  /external/chromium/base/
message_pump_glib_x.cc 286 // Instead of asking X for the list of devices all the time, let's maintain a
287 // list of pointer devices we care about.
288 // It is not necessary to select for slave devices. XInput2 provides enough
295 // also select on the floating devices.
297 XIDeviceInfo* devices = XIQueryDevice(xdisplay, XIAllDevices, &count); local
299 XIDeviceInfo* devinfo = devices + i;
303 XIFreeDeviceInfo(devices);
  /external/openssh/
auth2-chall.c 64 KbdintDevice *devices[] = { variable
81 char *devices; member in struct:KbdintAuthctxt
93 for (i = 0; devices[i] != NULL; i++)
94 if (strcmp(devices[i]->name, devname) == 0) {
95 for (j = i; devices[j] != NULL; j++)
96 devices[j] = devices[j+1];
117 for (i = 0; devices[i]; i++) {
120 buffer_append(&b, devices[i]->name,
121 strlen(devices[i]->name))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 92 // Fall through and update bonded devices and refresh view
103 Set<BluetoothDevice> devices = adapter.getBondedDevices(); local
104 if (devices != null) {
105 for (BluetoothDevice device : devices) {
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h 71 uint32_t devices,
78 uint32_t devices,
102 uint32_t devices,
119 uint32_t devices() { return mDevices; } function in class:android::AudioHardware::AudioStreamOutQ5V2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 63 struct list_head devices; /* attached devices to this bus */ member in struct:snd_i2c_bus
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
i2c.h 63 struct list_head devices; /* attached devices to this bus */ member in struct:snd_i2c_bus
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 116 // now get the devices
117 IDevice[] devices = bridge.getDevices(); local
119 for (IDevice device : devices) {
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 163 Set<BluetoothDevice> devices = adapter.getBondedDevices(); local
164 assertNotNull(devices);
165 for (BluetoothDevice device : devices) {
  /external/blktrace/btt/
bt_timeline.c 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
  /external/e2fsprogs/misc/
blkid.c 63 "\tdev\tspecify device(s) to probe (default: all devices)\n",
270 char *devices[128] = { NULL, }; local
354 devices[numdev++] = argv[optind++];
380 /* Load any additional devices not in the cache */
382 blkid_get_dev(cache, devices[i], BLKID_DEV_NORMAL);
389 /* If we didn't specify a single device, show all available devices */
406 /* Add all specified devices to cache (optionally display tags) */
408 blkid_dev dev = blkid_get_dev(cache, devices[i],
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 66 // Make a list of all devices. The iterator goes top-down, and we want
78 Vector<DeviceInfo> devices; local
82 devices.append(DeviceInfo(iter.device(), iter.x(), iter.y()));
91 for (int i = devices.size() - 1; i >= 0; i--) {
92 const SkBitmap& srcBmp = devices[i].device->accessBitmap(false);
95 destRect.fLeft = devices[i].x;
96 destRect.fTop = devices[i].y;
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 42 // contains all connected USB devices
87 // blacklist HID boot devices (mouse and keyboard)
96 /* Called from JNI in monitorUsbHostBus() to report new USB devices */
183 /* Returns a list of all currently attached USB devices */
184 public void getDeviceList(Bundle devices) {
187 devices.putParcelable(name, mDevices.get(name));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 30 import com.android.sdklib.devices.Device;
103 // Group the devices by manufacturer, then put them in the menu.
104 // If we don't have anything but Nexus devices, group them together rather than
111 List<Device> devices; local
118 devices = manufacturers.get(device.getManufacturer());
120 devices = new ArrayList<Device>();
121 manufacturers.put(device.getManufacturer(), devices); local
123 devices.add(device);
126 for (List<Device> devices : manufacturers.values()) {
130 item.setText(devices.get(0).getManufacturer())
    [all...]
  /bionic/libc/kernel/common/linux/
device.h 47 struct kset devices; member in struct:bus_type
111 struct list_head devices; member in class:__anon294
  /development/ndk/platforms/android-3/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon972
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 25 # set-android-device to select a target (only if multiple devices are attached)
116 devices = self.devices()
117 if len(devices) == 1:
118 self.set_current_device(devices[0])
122 if len(devices) == 0:
123 msg = "No devices detected. Please connect a device and "
125 msg = "Too many devices (" + ", ".join(devices) + ") detected. " \
245 # Returns the list of serial numbers of connected devices
246 def devices(self): member in class:ADB
    [all...]
  /prebuilts/devtools/tools/lib/
screenshot2.jar 

Completed in 442 milliseconds

1 2 3 4 5