Home
last modified time | relevance | path

Searched defs:runLoopID (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
H A DBaseRunLoop.java72 private native void nativePostDelayedTask(long runLoopID, Runnable runnable, long delay); in nativePostDelayedTask()
73 private native void nativeDeleteMessageLoop(long runLoopID); in nativeDeleteMessageLoop()
/aosp_15_r20/external/libchrome/mojo/public/java/system/
H A Dbase_run_loop.cc52 jlong runLoopID, in JNI_BaseRunLoop_PostDelayedTask()
70 jlong runLoopID) { in JNI_BaseRunLoop_DeleteMessageLoop()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libmojo_jni_headers/gen/jni/
DBaseRunLoop_jni.h86 jlong runLoopID, in Java_org_chromium_mojo_system_impl_BaseRunLoop_nativePostDelayedTask()
100 jlong runLoopID) { in Java_org_chromium_mojo_system_impl_BaseRunLoop_nativeDeleteMessageLoop()