Home | History | Annotate | Download | only in tests

Lines Matching refs:Looper

32 #include <utils/Looper.h>
46 using android::Looper;
401 sp<Looper> looper(Looper::prepare(0 /* opts */));
411 if (looper->addFd(binder_fd, Looper::POLL_CALLBACK, Looper::EVENT_INPUT, cb,
413 ALOGE("Failed to add binder FD to Looper");
422 const int result = looper->pollAll(-1 /* timeoutMillis */);
423 ALOGI("Looper returned %d", result);