Searched refs:CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
211 #define CHUNK_SIZE (64 * 1024) macro
81 int rcv_buf_size = CHUNK_SIZE; in ss_listener_event_func()
533 constexpr uint16_t CHUNK_SIZE = 2048; in readResponse() local534 std::vector<uint8_t> discard(std::min(remainingBytes, CHUNK_SIZE)); in readResponse()
808 int opt = CHUNK_SIZE; in adb_sideload_legacy()811 char buf[CHUNK_SIZE]; in adb_sideload_legacy()814 unsigned xfer = (size > CHUNK_SIZE) ? CHUNK_SIZE : size; in adb_sideload_legacy()839 #define SIDELOAD_HOST_BLOCK_SIZE (CHUNK_SIZE)