Home | History | Annotate | Download | only in jni

Lines Matching refs:nsecs_t

209     virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
211 virtual void notifyConfigurationChanged(nsecs_t when);
212 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
219 virtual void interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags);
220 virtual nsecs_t interceptKeyBeforeDispatching(
225 virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType);
268 void handleInterceptActions(jint wmActions, nsecs_t when, uint32_t& policyFlags);
550 void NativeInputManager::notifySwitch(nsecs_t when,
564 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) {
575 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
837 nsecs_t when = keyEvent->getEventTime();
863 void NativeInputManager::interceptMotionBeforeQueueing(nsecs_t when, uint32_t& policyFlags) {
894 void NativeInputManager::handleInterceptActions(jint wmActions, nsecs_t when,
905 nsecs_t NativeInputManager::interceptKeyBeforeDispatching(
912 nsecs_t result = 0;
979 void NativeInputManager::pokeUserActivity(nsecs_t eventTime, int32_t eventType) {
1296 nsecs_t pattern[patternSize];