Searched defs:runLoopID (Results 1 – 2 of 2) sorted by relevance
69 private native void nativeRun(long runLoopID); in nativeRun()70 private native void nativeRunUntilIdle(long runLoopID); in nativeRunUntilIdle()71 private native void nativeQuit(long runLoopID); in nativeQuit()72 private native void nativePostDelayedTask(long runLoopID, Runnable runnable, long delay); in nativePostDelayedTask()73 private native void nativeDeleteMessageLoop(long runLoopID); in nativeDeleteMessageLoop()
29 jlong runLoopID) { in Run()35 jlong runLoopID) { in RunUntilIdle()41 jlong runLoopID) { in Quit()53 jlong runLoopID, in PostDelayedTask()68 jlong runLoopID) { in DeleteMessageLoop()