Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DUtils.h52 bool WaitForReadWithTimeout(int fd, struct timeval&& timeout);
56 bool WaitForReadWithTimeout(int fd, duration_t timeout) { in WaitForReadWithTimeout() function
57 return WaitForReadWithTimeout(fd, TimeValFromChronoDuration(timeout)); in WaitForReadWithTimeout()
DUtils.cpp56 bool WaitForReadWithTimeout(int fd, struct timeval&& timeout) { in WaitForReadWithTimeout() function
DPowerStateListener.cpp112 if (!WaitForReadWithTimeout(socketfd, kSocketCheckPeriod)) { in Listen()
DGarageModeServerSideHandler.cpp163 if (!WaitForReadWithTimeout(inotifyFd, kFileStatusCheckPeriod)) { in PowerStateWatcher()