Home
last modified time | relevance | path

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

/hardware/interfaces/threadnetwork/aidl/default/
Dservice.cpp46 const struct timeval kPollTimeout = {1, 0}; in startLoop() local
54 context.mTimeout = kPollTimeout; in startLoop()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
DInterceptorRelay.cpp30 static constexpr std::chrono::milliseconds kPollTimeout = 300ms; variable
55 if (poll(fds, countof(fds), kPollTimeout.count()) < 0) { in relayMessages()