Home
last modified time | relevance | path

Searched refs:mConnectionsByFd (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp225 while (mConnectionsByFd.size() != 0) { in ~InputDispatcher()
226 unregisterInputChannel(mConnectionsByFd.valueAt(0)->inputChannel); in ~InputDispatcher()
936 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in dispatchEventLocked()
1030 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in resumeAfterTargetsNotReadyTimeoutLocked()
1680 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in checkWindowReadyForMoreInputLocked()
2143 ssize_t connectionIndex = d->mConnectionsByFd.indexOfKey(fd); in handleReceiveCallback()
2151 sp<Connection> connection = d->mConnectionsByFd.valueAt(connectionIndex); in handleReceiveCallback()
2203 for (size_t i = 0; i < mConnectionsByFd.size(); i++) { in synthesizeCancelationEventsForAllConnectionsLocked()
2205 mConnectionsByFd.valueAt(i), options); in synthesizeCancelationEventsForAllConnectionsLocked()
2221 mConnectionsByFd.valueAt(index), options); in synthesizeCancelationEventsForInputChannelLocked()
[all …]
DInputDispatcher.h898 KeyedVector<int, sp<Connection> > mConnectionsByFd; variable