Searched refs:mConnectionsByReceiveFd (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp106 KeyedVector<int32_t, sp<Connection> > mConnectionsByReceiveFd; member in class:android::NativeInputQueue
167 mConnectionsByReceiveFd.add(receiveFd, connection);
199 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
200 mConnectionsByReceiveFd.removeItemsAt(connectionIndex);
223 ssize_t connectionIndex = mConnectionsByReceiveFd.indexOfKey(inputChannel->getReceivePipeFd());
225 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
243 ssize_t connectionIndex = mConnectionsByReceiveFd.indexOfKey(receiveFd);
251 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
307 ssize_t connectionIndex = q->mConnectionsByReceiveFd.indexOfKey(receiveFd);
314 connection = q->mConnectionsByReceiveFd
[all...]
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp205 while (mConnectionsByReceiveFd.size() != 0) {
206 unregisterInputChannel(mConnectionsByReceiveFd.valueAt(0)->inputChannel);
823 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
911 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
1383 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
1876 ssize_t connectionIndex = d->mConnectionsByReceiveFd.indexOfKey(receiveFd);
1885 sp<Connection> connection = d->mConnectionsByReceiveFd.valueAt(connectionIndex);
1917 for (size_t i = 0; i < mConnectionsByReceiveFd.size(); i++) {
1919 mConnectionsByReceiveFd.valueAt(i), options, reason);
1929 mConnectionsByReceiveFd
[all...]
/frameworks/base/include/ui/
H A DInputDispatcher.h861 KeyedVector<int, sp<Connection> > mConnectionsByReceiveFd; member in class:android::InputDispatcher

Completed in 389 milliseconds