Searched refs:CHUNK_SIZE (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dadb.h476 #define CHUNK_SIZE (64*1024) macro
H A Dcommandline.c404 int opt = CHUNK_SIZE;
416 unsigned xfer = (sz > CHUNK_SIZE) ? CHUNK_SIZE : sz;
H A Dadb.c635 adb_socket_setbufsize(fd, CHUNK_SIZE);

Completed in 72 milliseconds