Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputQueue.cpp49 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue()
139 ScopedLocalRef<jobject> inputQueueObj(env, jniGetReferent(env, mInputQueueWeakGlobal)); in handleMessage() local
188 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { in createQueue()