Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host_rootcanal_test.cc226 size_t read_with_retry(int socket, uint8_t* data, size_t length) { in read_with_retry() function
332 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F()
344 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F()
356 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F()
372 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F()
386 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F()
/system/core/trusty/storage/proxy/
Dstorage.c142 static ssize_t read_with_retry(int fd, void *buf_, size_t size, off_t offset) in read_with_retry() function
389 ssize_t read_res = read_with_retry(fd, read_rsp.hdr.data, req->size, in storage_file_read()