Searched refs:wait_ms (Results 1 – 2 of 2) sorted by relevance
192 void InteractionHandler::WaitForIdle(int32_t wait_ms, int32_t timeout_ms) { in WaitForIdle() argument199 ALOGV("%s: wait:%d timeout:%d", __func__, wait_ms, timeout_ms); in WaitForIdle()206 ret = poll(pfd, 1, wait_ms); in WaitForIdle()
47 void WaitForIdle(int32_t wait_ms, int32_t timeout_ms);