Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.h1189 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds) = 0;
1534 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1551 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
DInputReader.cpp3315 syncTouch(when, &havePointerIds); in sync()
5507 void SingleTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch() function in android::SingleTouchInputMapper
5575 void MultiTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch() function in android::MultiTouchInputMapper