Searched refs:handle_list (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dusb_windows.cpp64 static usb_handle handle_list = { variable
65 .prev = &handle_list,
66 .next = &handle_list,
72 /// Checks if there is opened usb handle in handle_list for this device.
75 /// Checks if there is opened usb handle in handle_list for this device.
79 /// Registers opened usb handle (adds it to handle_list).
125 for(usb = handle_list.next; usb != &handle_list; usb = usb->next) {
162 handle->next = &handle_list;
163 handle->prev = handle_list
[all...]
H A Dusb_linux.cpp78 static usb_handle handle_list = { variable
79 .prev = &handle_list,
80 .next = &handle_list,
88 for(usb = handle_list.next; usb != &handle_list; usb = usb->next){
106 for(usb = handle_list.next; usb != &handle_list; usb = usb->next){
582 for (usb_handle* usb = handle_list.next; usb != &handle_list; usb = usb->next) {
646 usb->next = &handle_list;
[all...]
/system/bt/stack/include/
H A Dgatt_api.h272 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon1101
/system/bt/bta/include/
H A Dbta_gatt_api.h179 UINT16 handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon350

Completed in 84 milliseconds