Searched defs:Looper (Results 1 – 4 of 4) sorted by relevance
103 @NonNull BiConsumer<Looper, CountDownLatch> condition) { in waitForCondition()
46 class Looper; variable
57 public final class Looper { class330 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() argument136 ~Looper() {} in ~Looper()