Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputQueue.cpp46 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue() argument
51 mInputQueueWeakGlobal = env->NewGlobalRef(inputQueueObj); in InputQueue()
136 ScopedLocalRef<jobject> inputQueueObj(env, jniGetReferent(env, mInputQueueWeakGlobal)); in handleMessage() local
137 if (!inputQueueObj.get()) { in handleMessage()
153 env->CallVoidMethod(inputQueueObj.get(), gInputQueueClassInfo.finishInputEvent, in handleMessage()
185 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { in createQueue() argument
193 return new InputQueue(inputQueueObj, looper, pipeFds[0], pipeFds[1]); in createQueue()
/frameworks/base/include/android_runtime/
Dandroid_view_InputQueue.h59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper);
65 InputQueue(jobject inputQueueObj, const sp<Looper>& looper,