Home
last modified time | relevance | path

Searched refs:bytes_read_current (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/hal/
Dhci_hal_host_rootcanal_test.cc228 ssize_t bytes_read_current = 0; in read_with_retry() local
230 bytes_read_current = read(socket, data + bytes_read, length - bytes_read); in read_with_retry()
231 bytes_read += bytes_read_current; in read_with_retry()
232 } while (length > bytes_read && bytes_read_current > 0); in read_with_retry()