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

/system/core/fastbootd/
H A Dusb_linux_client.c223 D(WARN, "[ bulk_read failed fd=%d length=%d errno=%d %s ]",
251 static ssize_t bulk_read(int bulk_out, char *buf, size_t length) function
260 D(WARN, "[ bulk_read failed fd=%d length=%d errno=%d %s ]",
266 D(VERBOSE, "bulk_read short read, ret=%zd to_read=%u n=%u length=%u",
282 ret = bulk_read(usb_transport->bulk_out, data, len);
/system/core/adb/
H A Dusb_linux_client.c378 static int bulk_read(int bulk_out, char *buf, size_t length) function
387 D("[ bulk_read failed fd=%d length=%d count=%d ]\n",
404 n = bulk_read(h->bulk_out, data, len);

Completed in 63 milliseconds