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

/system/core/adb/
H A Dusb_linux_client.c380 static int bulk_read(int bulk_out, char *buf, size_t length) function
389 D("[ bulk_read failed fd=%d length=%zu count=%zu ]\n",
406 n = bulk_read(h->bulk_out, data, len);
/system/core/fastbootd/
H A Dutils.c184 ssize_t bulk_read(int bulk_out, char *buf, size_t length) function
193 D(WARN, "[ bulk_read failed fd=%d length=%zu errno=%d %s ]",
199 D(VERBOSE, "bulk_read short read, ret=%zd to_read=%zu n=%zu length=%zu",

Completed in 49 milliseconds