Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_test.cc243 ssize_t bytes_read_current = 0; in read_with_retry() local
245 bytes_read_current = read(socket, data + bytes_read, length - bytes_read); in read_with_retry()
246 bytes_read += bytes_read_current; in read_with_retry()
247 } while (length > bytes_read && bytes_read_current > 0); in read_with_retry()