Home
last modified time | relevance | path

Searched refs:handle_list (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dusb_windows.cpp80 static std::vector<usb_handle*>& handle_list = *new std::vector<usb_handle*>(); variable
133 for (usb_handle* usb : handle_list) { in known_device_locked()
166 handle_list.push_back(handle); in register_new_device()
482 handle_list.erase(std::remove(handle_list.begin(), handle_list.end(), handle), in usb_close()
483 handle_list.end()); in usb_close()
616 for (usb_handle* usb : handle_list) { in kick_devices()
/system/bt/bta/include/
Dbta_gatt_api.h84 uint16_t handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; member
/system/bt/stack/include/
Dgatt_api.h281 uint16_t handle_list[GATT_AGGR_HANDLE_NUM_MAX]; member