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

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

Completed in 235 milliseconds