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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp201 mPendingEvent(NULL), mAppSwitchSawKeyDown(false), mAppSwitchDueTime(LONG_LONG_MAX),
279 if (! mPendingEvent) {
291 mPendingEvent = synthesizeKeyRepeatLocked(currentTime);
300 if (!mPendingEvent) {
305 mPendingEvent = mInboundQueue.dequeueAtHead();
310 if (mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER) {
311 pokeUserActivityLocked(mPendingEvent);
320 ALOG_ASSERT(mPendingEvent != NULL);
323 if (!(mPendingEvent->policyFlags & POLICY_FLAG_PASS_TO_USER)) {
329 if (mNextUnblockedEvent == mPendingEvent) {
[all...]
H A DInputDispatcher.h847 EventEntry* mPendingEvent; member in class:android::InputDispatcher

Completed in 393 milliseconds