HomeSort by relevance Sort by last modified time
    Searched refs:mConnectionsByReceiveFd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_view_InputQueue.cpp 106 KeyedVector<int32_t, sp<Connection> > mConnectionsByReceiveFd;
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);
244 ssize_t connectionIndex = mConnectionsByReceiveFd.indexOfKey(receiveFd);
252 sp<Connection> connection = mConnectionsByReceiveFd.valueAt(connectionIndex);
308 ssize_t connectionIndex = q->mConnectionsByReceiveFd.indexOfKey(receiveFd);
315 connection = q->mConnectionsByReceiveFd.valueAt(connectionIndex)
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 240 while (mConnectionsByReceiveFd.size() != 0) {
241 unregisterInputChannel(mConnectionsByReceiveFd.valueAt(0)->inputChannel);
    [all...]
InputDispatcher.h     [all...]

Completed in 81 milliseconds