Searched refs:in_flight_event (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/android_runtime/
H A Dandroid_app_NativeActivity.h115 struct in_flight_event { struct in struct:AInputQueue
131 android::Vector<in_flight_event> mInFlightEvents;
142 android::Vector<in_flight_event> mPreDispatchingKeys;
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp175 in_flight_event inflight;
188 const in_flight_event& inflight(mInFlightEvents[i]);
224 in_flight_event inflight;
268 const in_flight_event& inflight(mInFlightEvents[i]);
324 const in_flight_event& inflight(mPreDispatchingKeys[0]);
356 in_flight_event& inflight(mInFlightEvents.editItemAt(i));

Completed in 7 milliseconds