Searched refs:inputQueueObj (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue() argument 53 mInputQueueWeakGlobal = env->NewGlobalRef(inputQueueObj); in InputQueue() 138 ScopedLocalRef<jobject> inputQueueObj(env, jniGetReferent(env, mInputQueueWeakGlobal)); in handleMessage() local 139 if (!inputQueueObj.get()) { in handleMessage() 155 env->CallVoidMethod(inputQueueObj.get(), gInputQueueClassInfo.finishInputEvent, in handleMessage() 187 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { in createQueue() argument 195 return new InputQueue(inputQueueObj, looper, pipeFds[0], pipeFds[1]); in createQueue()
|
/frameworks/base/core/jni/include/android_runtime/ |
D | android_view_InputQueue.h | 59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper); 65 InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
|