Home | History | Annotate | Download | only in input

Lines Matching refs:mPolicy

191     mPolicy(policy),
242 if (!mPolicy->isKeyRepeatEnabled()) {
2344 mPolicy->interceptKeyBeforeQueueing(&event, /*byref*/ policyFlags);
2358 if (!mPolicy->filterInputEvent(&event, policyFlags)) {
2412 mPolicy->interceptMotionBeforeQueueing(args->eventTime, /*byref*/ policyFlags);
2429 if (!mPolicy->filterInputEvent(&event, policyFlags)) {
2461 mPolicy->notifySwitch(args->eventTime,
2516 mPolicy->interceptKeyBeforeQueueing(keyEvent, /*byref*/ policyFlags);
2544 mPolicy->interceptMotionBeforeQueueing(eventTime, /*byref*/ policyFlags);
2664 || mPolicy->checkInjectEventsPermissionNonReentrant(injectorPid, injectorUid);
3328 mPolicy->notifyConfigurationChanged(commandEntry->eventTime);
3340 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);
3350 nsecs_t newTimeout = mPolicy->notifyANR(
3369 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle,
3466 mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
3511 bool fallback = mPolicy->dispatchUnhandledKey(connection->inputWindowHandle,
3617 mPolicy->pokeUserActivity(commandEntry->eventTime, commandEntry->userActivityEventType);