OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_devices
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/src/
adapter.c
129
GSList *
found_devices
;
member in struct:btd_adapter
724
adapter->
found_devices
= remove_bredr(adapter->
found_devices
);
1271
g_slist_foreach(adapter->
found_devices
, (GFunc) dev_info_free, NULL);
1272
g_slist_free(adapter->
found_devices
);
1273
adapter->
found_devices
= NULL;
[
all
...]
/external/qemu/
usb-linux.c
[
all
...]
Completed in 1864 milliseconds