Home | History | Annotate | Download | only in jni

Lines Matching refs:looper

34 #include <utils/Looper.h>
161 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
219 sp<Looper> mLooper;
264 jobject serviceObj, const sp<Looper>& looper) :
265 mLooper(looper) {