Home | History | Annotate | Download | only in ui

Lines Matching refs:wake

220             nextWakeupTime = LONG_LONG_MIN;  // force next poll to wake up immediately
224 // Wait for callback or timeout or wake. (make sure we round up, not down)
411 *nextWakeupTime = LONG_LONG_MIN; // force next poll to wake up immediately
880 // Force poll loop to wake up immediately on next iteration once we get the
885 // Force poll loop to wake up when timeout is due.
2064 mLooper->wake();
2098 mLooper->wake();
2250 mLooper->wake();
2352 mLooper->wake();
2548 // Wake up poll loop since it may need to make new input dispatching choices.
2549 mLooper->wake();
2571 // Wake up poll loop since it may need to make new input dispatching choices.
2572 mLooper->wake();
2613 // Wake up poll loop since it may need to make new input dispatching choices.
2614 mLooper->wake();
2814 // Wake the poll loop because removing the connection may have changed the current
2816 mLooper->wake();