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

/system/core/adb/
H A Dusb_linux.c154 unsigned char* bufptr = devdesc; local
178 bufend = bufptr + desclength;
187 device = (struct usb_device_descriptor*)bufptr;
188 bufptr += USB_DT_DEVICE_SIZE;
200 config = (struct usb_config_descriptor *)bufptr;
201 bufptr += USB_DT_CONFIG_SIZE;
209 while (bufptr < bufend) {
210 unsigned char length = bufptr[0];
211 unsigned char type = bufptr[1];
214 interface = (struct usb_interface_descriptor *)bufptr;
[all...]

Completed in 637 milliseconds