Searched refs:WaitForEvent (Results 1 – 3 of 3) sorted by relevance
72 while (WaitForEvent(1000 /* 1 second timeout */).ok()) { in DrainEvents()79 auto ret = WaitForEvent(30000 /* 30 second timeout */); in WaitForAndHandleEvent()
54 Result<void> TrustyMetrics::WaitForEvent(int timeout_ms) { in WaitForEvent() function in android::trusty::metrics::TrustyMetrics
36 Result<void> WaitForEvent(int timeout_ms = -1);