HomeSort by relevance Sort by last modified time
    Searched refs:bytes_to_read (Results 1 - 7 of 7) sorted by null

  /development/host/windows/usb/api/
adb_endpoint_object.cpp 51 ULONG bytes_to_read,
57 bytes_to_read,
77 ULONG bytes_to_read,
82 bytes_to_read,
adb_endpoint_object.h 116 @param[in] bytes_to_read Number of bytes to be read.
128 ULONG bytes_to_read,
156 @param[in] bytes_to_read Number of bytes to be read.
165 ULONG bytes_to_read,
adb_api.h 500 @param[in] bytes_to_read Number of bytes to be read.
513 unsigned long bytes_to_read,
546 @param[in] bytes_to_read Number of bytes to be read.
556 unsigned long bytes_to_read,
adb_api.cpp 393 unsigned long bytes_to_read,
404 bytes_to_read,
443 unsigned long bytes_to_read,
453 adb_object->SyncRead(buffer, bytes_to_read, bytes_read, time_out);
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 140 int bytes_to_read = size;
142 if (bytes_used < bytes_to_read) {
143 bytes_to_read = bytes_used;
145 char* end = bytes + bytes_to_read;
155 this->bytes_used_ -= bytes_to_read;
156 return bytes_to_read;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
mmc_tnetw1150_api.c 147 int bytes_to_read=64; local
172 for (i=0; i<bytes_to_read;i++,request.buffer++,br_offset++) {
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 3767 size_t bytes_to_read; local
    [all...]

Completed in 147 milliseconds