Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:waitQueue

1690                 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1706 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) {
1710 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1728 if (!connection->waitQueue.isEmpty()
1729 && currentTime >= connection->waitQueue.head->deliveryTime
1735 connection->waitQueue.count(),
1736 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f);
2047 if (connection->waitQueue.isEmpty()) {
2074 connection->waitQueue.enqueueAtTail(dispatchEntry);
2107 drainDispatchQueueLocked(&connection->waitQueue);
3307 if (!connection->waitQueue.isEmpty()) {
3308 dump.appendFormat(INDENT3 "WaitQueue: length=%u\n",
3309 connection->waitQueue.count());
3310 for (DispatchEntry* entry = connection->waitQueue.head; entry;
3321 dump.append(INDENT3 "WaitQueue: <empty>\n");
3594 connection->waitQueue.dequeue(dispatchEntry);
3823 ATRACE_INT(counterName, connection->waitQueue.count());
4428 for (DispatchEntry* entry = waitQueue.head; entry != NULL; entry = entry->next) {