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

/system/core/adb/
H A Dusb_windows.cpp70 static usb_handle handle_list = { variable
71 .prev = &handle_list,
72 .next = &handle_list,
78 /// Checks if there is opened usb handle in handle_list for this device.
81 /// Checks if there is opened usb handle in handle_list for this device.
85 /// Registers opened usb handle (adds it to handle_list).
128 for(usb = handle_list.next; usb != &handle_list; usb = usb->next) {
165 handle->next = &handle_list;
166 handle->prev = handle_list
[all...]
/system/tpm/trunks/
H A Dresource_manager.cc92 const TPML_HANDLE& handle_list = data.data.handles; local
93 for (UINT32 i = 0; i < handle_list.count; ++i) {
94 factory_.GetTpm()->FlushContextSync(handle_list.handle[i], nullptr);
99 handle_range = handle_list.handle[handle_list.count-1];
/system/bt/stack/include/
H A Dgatt_api.h272 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon1140
/system/bt/bta/include/
H A Dbta_gatt_api.h180 UINT16 handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member in struct:__anon346

Completed in 519 milliseconds