Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp87 static int selectRead(const base::unique_fd& fd, std::chrono::microseconds timeout) { in selectRead() function
102 const auto sel = selectRead(mSocket, kReadPooling); in readerThread()