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

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp175 in_flight_event inflight; local
176 inflight.event = kevent;
177 inflight.seq = -1;
178 inflight.finishSeq = 0;
179 mInFlightEvents.push(inflight);
188 const in_flight_event& inflight(mInFlightEvents[i]);
189 if (inflight.seq == finish.seq) {
190 *outEvent = inflight.event;
195 ALOGW("getEvent couldn't find inflight for seq %d", finish.seq);
224 in_flight_event inflight; local
[all...]

Completed in 25 milliseconds