Searched refs:nativeIsPolling (Results 1 – 2 of 2) sorted by relevance
74 private native static boolean nativeIsPolling(long ptr); in nativeIsPolling() method in MessageQueue168 return !mQuitting && nativeIsPolling(mPtr); in isPollingLocked()
41079 Landroid/os/MessageQueue;->nativeIsPolling(J)Z