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

/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_InputQueue.h59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper);
65 InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
/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 60 milliseconds