Searched defs:AInputQueue (Results 1 – 3 of 3) sorted by relevance
68 struct AInputQueue { struct90 inline android::InputConsumer& getConsumer() { return mConsumer; } in getConsumer()101 int mWorkWrite;108 android::PooledInputEventFactory mPooledInputEventFactory;109 android::InputConsumer mConsumer;110 android::sp<android::Looper> mLooper;112 int mDispatchKeyRead;113 int mDispatchKeyWrite;115 struct in_flight_event {121 struct finish_pre_dispatch {[all …]
801 typedef struct AInputQueue AInputQueue; typedef
110 AInputQueue::AInputQueue(const sp<InputChannel>& channel, int workWrite) : in AInputQueue() function in AInputQueue