Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.cpp212 while (mConnectionsByFd.size() != 0) { in ~InputDispatcher()
213 unregisterInputChannel(mConnectionsByFd.valueAt(0)->inputChannel); in ~InputDispatcher()
890 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in dispatchEventLocked()
984 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in resumeAfterTargetsNotReadyTimeoutLocked()
1633 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in isWindowReadyForMoreInputLocked()
2063 ssize_t connectionIndex = d->mConnectionsByFd.indexOfKey(fd); in handleReceiveCallback()
2071 sp<Connection> connection = d->mConnectionsByFd.valueAt(connectionIndex); in handleReceiveCallback()
2123 for (size_t i = 0; i < mConnectionsByFd.size(); i++) { in synthesizeCancelationEventsForAllConnectionsLocked()
2125 mConnectionsByFd.valueAt(i), options); in synthesizeCancelationEventsForAllConnectionsLocked()
2134 mConnectionsByFd.valueAt(index), options); in synthesizeCancelationEventsForInputChannelLocked()
[all …]
DInputDispatcher.h873 KeyedVector<int, sp<Connection> > mConnectionsByFd; variable