Lines Matching refs:Connection
57 class Connection; variable
175 KeyedVector<int, sp<Connection>> mConnectionsByFd GUARDED_BY(mLock);
367 void prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
370 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
373 void enqueueDispatchEntryLocked(const sp<Connection>& connection, EventEntry* eventEntry,
376 void startDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection)
378 void finishDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
380 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
399 void synthesizeCancelationEventsForConnectionLocked(const sp<Connection>& connection,
423 void onDispatchCycleFinishedLocked(nsecs_t currentTime, const sp<Connection>& connection,
425 void onDispatchCycleBrokenLocked(nsecs_t currentTime, const sp<Connection>& connection)
442 bool afterKeyEventLockedInterruptible(const sp<Connection>& connection,
445 bool afterMotionEventLockedInterruptible(const sp<Connection>& connection,
456 void traceOutboundQueueLength(const sp<Connection>& connection);
457 void traceWaitQueueLength(const sp<Connection>& connection);