HomeSort by relevance Sort by last modified time
    Searched full:createqueue (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper);
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 185 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) {
202 sp<InputQueue> queue = InputQueue::createQueue(queueWeak, messageQueue->getLooper());

Completed in 1405 milliseconds