/external/bluetooth/bluez/input/ |
fakehid.h | 34 GList *devices; member in struct:fake_hid
|
/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)), \
|
/external/bluetooth/bluez/test/ |
test-health-sink | 48 devices = adapter.ListDevices() variable 50 if len(devices) == 0: 51 print "No devices available" 55 for dev in devices: 66 select = devices[pos]
|
test-health | 158 devices = adapter.ListDevices() variable 160 if len(devices) == 0: 161 print "No devices available" 165 for dev in devices: 176 select = devices[pos]
|
/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 LOGE("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/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...] |
/sdk/chimpchat/src/com/android/chimpchat/adb/ |
AdbBackend.java | 39 private final List<IChimpDevice> devices = Lists.newArrayList(); field in class:AdbBackend 80 * Checks the attached devices looking for one whose device id matches the specified regex. 108 devices.add(chimpDevice); 126 for (IChimpDevice device : devices) {
|
/cts/tests/tests/security/src/android/security/cts/ |
VoldExploitTest.java | 50 Set<String> devices = new HashSet<String>(); local 51 devices.addAll(getSysFsPath("/etc/vold.fstab")); 52 devices.addAll(getSysFsPath("/system/etc/vold.fstab")); 53 if (devices.isEmpty()) { 61 for (String j : devices) {
|
/cts/tools/host/test/com/android/cts/ |
DeviceManagerTests.java | 44 * Test allocating devices. 48 TestDevice[] devices; local 51 devices = dm.allocateDevices(1); 61 devices = dm.allocateDevices(-1); 67 devices = dm.allocateDevices(0); 68 assertEquals(0, devices.length); 71 devices = dm.allocateDevices(4); 77 devices = dm.allocateDevices(2); 78 assertEquals(2, devices.length); 79 assertEquals(d1SerialNumber, devices[0].getSerialNumber()) 100 TestDevice[] devices; local [all...] |
/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);
|
/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
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MtpDeviceSet.java | 51 // Enumerate all devices 53 List<android.mtp.MtpDevice> devices = mMtpContext.getMtpClient().getDeviceList(); local 54 Log.v(TAG, "loadDevices: " + devices + ", size=" + devices.size()); 55 for (android.mtp.MtpDevice mtpDevice : devices) {
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
DumpEventLog.java | 116 // now get the devices 117 IDevice[] devices = bridge.getDevices(); local 119 for (IDevice device : devices) {
|
/sdk/screenshot/src/com/android/screenshot/ |
Screenshot.java | 136 // now get the devices 137 IDevice[] devices = bridge.getDevices(); local 139 if (devices.length == 0) { 140 printAndExit("No devices found!", true /* terminate */); 146 for (IDevice d : devices) { 163 for (IDevice d : devices) { 170 if (devices.length > 1) { 174 target = devices[0];
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
BasicAdapterTest.java | 162 Set<BluetoothDevice> devices = adapter.getBondedDevices(); local 163 assertNotNull(devices); 164 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/bluetooth/bluez/serial/ |
port.c | 86 static GSList *devices = NULL; variable 88 static struct serial_device *find_device(GSList *devices, const char *path) 92 for (l = devices; l != NULL; l = l->next) { 229 devices = g_slist_remove(devices, device); 235 g_slist_foreach(devices, (GFunc) serial_device_free, NULL); 236 g_slist_free(devices); 585 device = find_device(devices, path); 590 devices = g_slist_append(devices, device) [all...] |
/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/core/java/android/server/ |
BluetoothInputProfileHandler.java | 127 List<BluetoothDevice> devices = lookupInputDevicesMatchingStates( local 129 return devices; 133 List<BluetoothDevice> devices = lookupInputDevicesMatchingStates(states); local 134 return devices;
|
BluetoothPanProfileHandler.java | 144 debugLog(device + " could not connect to PAN because 8 other devices are" 164 debugLog("disconnect all PAN devices"); 193 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local 197 devices.add(device); 200 return devices; 204 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local 210 devices.add(device); 215 return devices;
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbHostManager.java | 56 // contains all connected USB devices 88 // blacklist HID boot devices (mouse and keyboard) 97 /* Called from JNI in monitorUsbHostBus() to report new USB devices */ 184 /* Returns a list of all currently attached USB devices */ 185 public void getDeviceList(Bundle devices) { 188 devices.putParcelable(name, mDevices.get(name));
|
/bionic/libc/kernel/common/linux/ |
device.h | 40 struct kset devices; member in struct:bus_type 105 struct list_head devices; member in class:__anon215
|
/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:__anon877
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
device.h | 40 struct kset devices; member in struct:bus_type 105 struct list_head devices; member in class:__anon21423
|