Searched refs:createQueue (Results 1 – 2 of 2) sorted by relevance
59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper);
187 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { in createQueue() function in android::InputQueue204 sp<InputQueue> queue = InputQueue::createQueue(queueWeak, messageQueue->getLooper()); in nativeInit()