Home
last modified time | relevance | path

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

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