HomeSort by relevance Sort by last modified time
    Searched refs:found_devices (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/src/
adapter.c 111 GSList *found_devices; member in struct:btd_adapter
221 if (!adapter->found_devices)
224 g_slist_foreach(adapter->found_devices, (GFunc) dev_info_free, NULL);
225 g_slist_free(adapter->found_devices);
226 adapter->found_devices = NULL;
    [all...]
  /external/qemu/
usb-linux.c     [all...]

Completed in 23 milliseconds