Searched defs:inputQueueObj (Results 1 – 1 of 1) sorted by relevance
48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue()138 ScopedLocalRef<jobject> inputQueueObj(env, jniGetReferent(env, mInputQueueWeakGlobal)); in handleMessage() local187 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { in createQueue()