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

/system/core/adb/client/
H A Dusb_windows.cpp79 static usb_handle handle_list = { variable
80 .prev = &handle_list,
81 .next = &handle_list,
87 /// Checks if there is opened usb handle in handle_list for this device.
90 /// Checks if there is opened usb handle in handle_list for this device.
94 /// Registers opened usb handle (adds it to handle_list).
137 for(usb = handle_list.next; usb != &handle_list; usb = usb->next) {
172 handle->next = &handle_list;
173 handle->prev = handle_list
[all...]
/system/tpm/trunks/
H A Dresource_manager.cc85 const TPML_HANDLE& handle_list = data.data.handles; local
86 for (UINT32 i = 0; i < handle_list.count; ++i) {
87 factory_.GetTpm()->FlushContextSync(handle_list.handle[i], nullptr);
92 handle_range = handle_list.handle[handle_list.count - 1];
/system/bt/stack/include/
H A Dgatt_api.h278 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon1112
/system/bt/bta/include/
H A Dbta_gatt_api.h154 uint16_t handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon316

Completed in 356 milliseconds