Searched refs:isAsynchronous (Results 1 – 6 of 6) sorted by relevance
338 } while (msg != null && !msg.isAsynchronous()); in next()566 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()574 if (needWake && p.isAsynchronous()) { in enqueueMessage()
447 public boolean isAsynchronous() { in isAsynchronous() method in Message
131 } while (msg != null && !msg.isAsynchronous()); in messageQueueNext()
21880 method public boolean isAsynchronous();
31296 Landroid/os/Message;->isAsynchronous()Z
32666 method public boolean isAsynchronous();