Searched refs:bufptr (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/adb/client/ |
H A D | usb_linux.cpp | 143 unsigned char* bufptr = devdesc; in find_usb_device() local 166 bufend = bufptr + desclength; in find_usb_device() 176 bufptr += USB_DT_DEVICE_SIZE; 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() 203 bufptr += length; in find_usb_device() 226 bufptr += USB_DT_ENDPOINT_SIZE; in find_usb_device() 235 bufptr += USB_DT_ENDPOINT_SIZE; in find_usb_device() [all …]
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpPacket.cpp | 70 char* bufptr = buffer; in dump() local 73 bufptr += snprintf(bufptr, sizeof(buffer) - (bufptr - buffer), "%02X ", in dump() 77 bufptr = buffer; in dump() 80 if (bufptr != buffer) { in dump()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapuserd_readahead.cpp | 245 void* bufptr = static_cast<void*>((char*)read_ahead_buffer_ + buffer_offset); in ReconstructDataFromCow() local 246 read_ahead_buffer_map[bm->new_block] = bufptr; in ReconstructDataFromCow() 349 void* bufptr = static_cast<void*>((char*)read_ahead_buffer_ + offset); in ReadAheadIOStart() local 350 read_ahead_buffer_map[new_block] = bufptr; in ReadAheadIOStart()
|
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/src/ |
H A D | VehicleBindingUtil.cpp | 134 uint8_t* bufptr = static_cast<uint8_t*>(buffer); in fill() local 135 while ((bytes_read = TEMP_FAILURE_RETRY(read(fd, bufptr, size))) > 0) { in fill() 137 bufptr += bytes_read; in fill()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu.c | 88 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr); 2907 dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr) in dhd_var_getbuf() argument 2920 *bufptr = buf; in dhd_var_getbuf()
|