Home
last modified time | relevance | path

Searched refs:cookAndDispatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h1594 void cookAndDispatch(nsecs_t when);
DInputReader.cpp4405 cookAndDispatch(mCurrentRawState.when); in processRawTouches()
4419 cookAndDispatch(when); in processRawTouches()
4427 void TouchInputMapper::cookAndDispatch(nsecs_t when) { in cookAndDispatch() function in android::TouchInputMapper