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

/system/core/fastboot/
H A Dusb_windows.c329 ADBAPIHANDLE enum_handle = local
332 if (NULL == enum_handle)
335 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
363 AdbCloseHandle(enum_handle);
/system/core/adb/
H A Dusb_windows.c457 ADBAPIHANDLE enum_handle = local
460 if (NULL == enum_handle)
463 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
512 AdbCloseHandle(enum_handle);

Completed in 5894 milliseconds