Home
last modified time | relevance | path

Searched refs:enum_handle (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fastboot/
H A Dusb_windows.cpp346 ADBAPIHANDLE enum_handle = in find_usb_device() local
349 if (NULL == enum_handle) in find_usb_device()
352 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_usb_device()
380 AdbCloseHandle(enum_handle); in find_usb_device()
/aosp12/packages/modules/adb/client/
H A Dusb_windows.cpp548 ADBAPIHANDLE enum_handle = AdbEnumInterfaces(usb_class_id, true, true, true); in find_devices() local
550 if (nullptr == enum_handle) { in find_devices()
556 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_devices()
607 _adb_close_handle(enum_handle); in find_devices()