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

/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, argument
53 mInputQueueWeakGlobal = env->NewGlobalRef(inputQueueObj);
138 ScopedLocalRef<jobject> inputQueueObj(env, jniGetReferent(env, mInputQueueWeakGlobal));
139 if (!inputQueueObj.get()) {
155 env->CallVoidMethod(inputQueueObj.get(), gInputQueueClassInfo.finishInputEvent,
187 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { argument
195 return new InputQueue(inputQueueObj, looper, pipeFds[0], pipeFds[1]);

Completed in 52 milliseconds