Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/disp-power/
DInteractionHandler.cpp192 void InteractionHandler::WaitForIdle(int32_t wait_ms, int32_t timeout_ms) { in WaitForIdle() argument
199 ALOGV("%s: wait:%d timeout:%d", __func__, wait_ms, timeout_ms); in WaitForIdle()
206 ret = poll(pfd, 1, wait_ms); in WaitForIdle()
DInteractionHandler.h47 void WaitForIdle(int32_t wait_ms, int32_t timeout_ms);