HomeSort by relevance Sort by last modified time
    Searched defs:device_list (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluez/test/
list-devices 50 device_list = properties["Devices"] variable
52 device_list = [] variable
54 for n in device_list:
  /external/bluetooth/bluez/tools/
dfubabel.c 95 static struct device_id device_list[] = { variable in typeref:struct:device_id
104 for (i = 0; device_list[i].func; i++) {
105 if (vendor == device_list[i].vendor &&
106 product == device_list[i].product)
107 return &device_list[i];
avctrl.c 122 static struct device_id device_list[] = { variable in typeref:struct:device_id
131 for (i = 0; device_list[i].func; i++) {
132 if (vendor == device_list[i].vendor &&
133 product == device_list[i].product)
134 return &device_list[i];
  /device/samsung/crespo/alsa-utils/amidi/
amidi.c 243 static void device_list(void) function
548 device_list();
  /external/bluetooth/bluez/cups/
main.c 52 static GSList *device_list = NULL; variable
215 for (l = device_list; l != NULL; l = l->next) {
235 device_list = g_slist_prepend(device_list, device);
388 g_slist_free(device_list);
389 device_list = NULL;
398 for (l = device_list; l != NULL; l = l->next) {
405 device_list = g_slist_delete_link(device_list, l);
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 206 static void device_list(void) function
581 device_list();
    [all...]

Completed in 449 milliseconds