Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp264 while (mConnectionsByFd.size() != 0) { in ~InputDispatcher()
265 unregisterInputChannel(mConnectionsByFd.valueAt(0)->inputChannel); in ~InputDispatcher()
973 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in dispatchEventLocked()
1067 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in resumeAfterTargetsNotReadyTimeoutLocked()
1715 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex); in checkWindowReadyForMoreInputLocked()
2178 ssize_t connectionIndex = d->mConnectionsByFd.indexOfKey(fd); in handleReceiveCallback()
2186 sp<Connection> connection = d->mConnectionsByFd.valueAt(connectionIndex); in handleReceiveCallback()
2238 for (size_t i = 0; i < mConnectionsByFd.size(); i++) { in synthesizeCancelationEventsForAllConnectionsLocked()
2240 mConnectionsByFd.valueAt(i), options); in synthesizeCancelationEventsForAllConnectionsLocked()
2256 mConnectionsByFd.valueAt(index), options); in synthesizeCancelationEventsForInputChannelLocked()
[all …]
DInputDispatcher.h897 KeyedVector<int, sp<Connection> > mConnectionsByFd; variable