Searched defs:Looper (Results 1 – 5 of 5) sorted by relevance
103 @NonNull BiConsumer<Looper, CountDownLatch> condition) { in waitForCondition()
63 struct Looper { struct78 looper: Arc::new(RwLock::new(Looper { cpp_thread: None })), in new() argument203 fn looper(&self) -> RwLockWriteGuard<'_, Looper> { in looper() argument
48 class Looper; variable
60 public final class Looper { class442 private Looper(boolean quitAllowed) { in Looper() method in Looper
134 struct Looper : public android::Looper { struct in android::incremental::RealLooperWrapper135 Looper() : android::Looper(/*allowNonCallbacks=*/false) {} in Looper() function136 ~Looper() {} in ~Looper()