Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1387 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds) = 0;
1739 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
1757 virtual void syncTouch(nsecs_t when, bool* outHavePointerIds);
DInputReader.cpp3748 syncTouch(when, &havePointerIds); in sync()
6005 void SingleTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch() function in android::SingleTouchInputMapper
6077 void MultiTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch() function in android::MultiTouchInputMapper