Searched refs:nextSleepDurationMs (Results 1 – 1 of 1) sorted by relevance
156 void TcpSocketMonitor::setPollingInterval(milliseconds nextSleepDurationMs) { in setPollingInterval() argument159 mNextSleepDurationMs = nextSleepDurationMs; in setPollingInterval()257 milliseconds nextSleepDurationMs; in waitForNextPoll() local261 nextSleepDurationMs= mNextSleepDurationMs; in waitForNextPoll()268 mCv.wait_for(ul, nextSleepDurationMs); in waitForNextPoll()