Lines Matching refs:mPolicy
203 mPolicy(policy), in InputDispatcher()
2450 mPolicy->interceptKeyBeforeQueueing(&event, /*byref*/ policyFlags); in notifyKey()
2460 if (!mPolicy->filterInputEvent(&event, policyFlags)) { in notifyKey()
2519 mPolicy->interceptMotionBeforeQueueing(args->eventTime, /*byref*/ policyFlags); in notifyMotion()
2536 if (!mPolicy->filterInputEvent(&event, policyFlags)) { in notifyMotion()
2575 mPolicy->notifySwitch(args->eventTime, in notifySwitch()
2630 mPolicy->interceptKeyBeforeQueueing(keyEvent, /*byref*/ policyFlags); in injectInputEvent()
2655 mPolicy->interceptMotionBeforeQueueing(eventTime, /*byref*/ policyFlags); in injectInputEvent()
2777 || mPolicy->checkInjectEventsPermissionNonReentrant(injectorPid, injectorUid); in hasInjectionPermission()
3500 mPolicy->notifyConfigurationChanged(commandEntry->eventTime); in doNotifyConfigurationChangedInterruptible()
3512 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle); in doNotifyInputChannelBrokenLockedInterruptible()
3522 nsecs_t newTimeout = mPolicy->notifyANR( in doNotifyANRLockedInterruptible()
3542 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, in doInterceptKeyBeforeDispatchingLockedInterruptible()
3639 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle, in afterKeyEventLockedInterruptible()
3684 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle, in afterKeyEventLockedInterruptible()
3790 mPolicy->pokeUserActivity(commandEntry->eventTime, commandEntry->userActivityEventType); in doPokeUserActivityLockedInterruptible()