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

/system/core/adb/
H A Dusb_windows.c437 AdbEndpointInformation endpoint_info; local
439 if (AdbGetEndpointInformation(handle->adb_interface, 0, &endpoint_info)) {
440 handle->zero_mask = endpoint_info.max_packet_size - 1;

Completed in 250 milliseconds