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

  /frameworks/base/include/android_runtime/
android_app_NativeActivity.h 115 struct in_flight_event { struct in struct:AInputQueue
136 android::Vector<in_flight_event> mInFlightEvents;
147 android::Vector<in_flight_event> mPreDispatchingKeys;
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 172 in_flight_event inflight;
183 const in_flight_event& inflight(mInFlightEvents[i]);
220 in_flight_event inflight;
263 const in_flight_event& inflight(mInFlightEvents[i]);
327 const in_flight_event& inflight(mPreDispatchingKeys[0]);
380 in_flight_event& inflight(mInFlightEvents.editItemAt(i));
    [all...]

Completed in 309 milliseconds