Searched refs:nativePollOnce (Results 1 – 2 of 2) sorted by relevance
61 public static void nativePollOnce(android.os.MessageQueue queue, long ptr, int timeoutMillis) { in nativePollOnce() method in MessageQueue_host
80 private native void nativePollOnce(long ptr, int timeoutMillis); /*non-static for callbacks*/ in nativePollOnce() method in MessageQueue346 nativePollOnce(ptr, nextPollTimeoutMillis); in next()