Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc276 char inbuf[1] = {0}; variable
278 int n = TEMP_FAILURE_RETRY(read(arg, inbuf, 1));
280 TEMP_FAILURE_RETRY(write(arg, inbuf, 1));
284 return inbuf[0] == byte;