Searched refs:bufptr (Results 1 – 4 of 4) sorted by relevance
143 unsigned char* bufptr = devdesc; in find_usb_device() local166 bufend = bufptr + desclength; in find_usb_device()175 device = (struct usb_device_descriptor*)bufptr; in find_usb_device()176 bufptr += USB_DT_DEVICE_SIZE; in find_usb_device()188 config = (struct usb_config_descriptor *)bufptr; in find_usb_device()189 bufptr += USB_DT_CONFIG_SIZE; in find_usb_device()197 while (bufptr < bufend) { in find_usb_device()198 unsigned char length = bufptr[0]; in find_usb_device()199 unsigned char type = bufptr[1]; in find_usb_device()202 interface = (struct usb_interface_descriptor *)bufptr; in find_usb_device()[all …]
258 T const* *bufptr, in readReferenceFromParcel()264 status_t result = parcel.readReference(reinterpret_cast<void const* *>(bufptr), in readReferenceFromParcel()
175 status_t readReference(void const* *bufptr,177 status_t readEmbeddedReference(void const* *bufptr, size_t *buffer_handle,
1630 status_t Parcel::readReference(void const* *bufptr, in readReference() argument1648 if(bufptr != nullptr) { in readReference()1649 *bufptr = (void*)buffer_obj->buffer; in readReference()1659 status_t Parcel::readEmbeddedReference(void const* *bufptr, in readEmbeddedReference() argument1667 return (readReference(bufptr, buffer_handle, isRef)); in readEmbeddedReference()