Lines Matching refs:read
98 int n = TEMP_FAILURE_RETRY(::read(fd, buf, read_len)); in readHandle()
152 int MtpFfsCompatHandle::read(void* data, size_t len) { in read() function in android::MtpFfsCompatHandle
176 bool read = false; in receiveFile() local
193 read = true; in receiveFile()
217 if (read) { in receiveFile()
234 read = false; in receiveFile()
239 if (TEMP_FAILURE_RETRY(::read(mBulkOut, data, packet_size)) != 0) { in receiveFile()
268 bool read = false; in sendFile() local
290 if (read) { in sendFile()
306 read = false; in sendFile()
319 read = true; in sendFile()