Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc290 int sockfd2[2]; in TEST_F() local
292 socketpair(AF_LOCAL, SOCK_STREAM, 0, sockfd2); in TEST_F()
300 watcher.WatchFdForNonBlockingReads(sockfd2[0], cb2.AsStdFunction()); in TEST_F()
308 TEMP_FAILURE_RETRY(write(sockfd2[1], two_buf, sizeof(two_buf))); in TEST_F()
312 TEMP_FAILURE_RETRY(read(sockfd2[1], two_buf, sizeof(two_buf))); in TEST_F()