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