Home | History | Annotate | Download | only in ui

Lines Matching refs:mPolicy

167     mPolicy(policy),
211 nsecs_t keyRepeatTimeout = mPolicy->getKeyRepeatTimeout();
212 nsecs_t keyRepeatDelay = mPolicy->getKeyRepeatDelay();
2082 mPolicy->interceptKeyBeforeQueueing(eventTime, deviceId, action, /*byref*/ flags,
2128 mPolicy->interceptGenericBeforeQueueing(eventTime, /*byref*/ policyFlags);
2262 mPolicy->notifySwitch(when, switchCode, switchValue, policyFlags);
2294 mPolicy->interceptKeyBeforeQueueing(eventTime, deviceId, action, /*byref*/ flags,
2314 mPolicy->interceptGenericBeforeQueueing(eventTime, /*byref*/ policyFlags);
2417 || mPolicy->checkInjectEventsPermissionNonReentrant(injectorPid, injectorUid);
2891 mPolicy->notifyConfigurationChanged(commandEntry->eventTime);
2903 mPolicy->notifyInputChannelBroken(connection->inputChannel);
2913 nsecs_t newTimeout = mPolicy->notifyANR(
2930 bool consumed = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputChannel,
2944 mPolicy->pokeUserActivity(commandEntry->eventTime, commandEntry->userActivityEventType);