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

/system/core/fastboot/
H A Dusb_windows.c337 ADBAPIHANDLE enum_handle = local
340 if (NULL == enum_handle)
343 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
371 AdbCloseHandle(enum_handle);
/system/core/adb/
H A Dusb_windows.c460 ADBAPIHANDLE enum_handle = local
463 if (NULL == enum_handle)
466 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
515 AdbCloseHandle(enum_handle);

Completed in 393 milliseconds