Searched refs:assignPointerIds (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h1884 static void assignPointerIds(const RawState* last, RawState* current);
H A DInputReader.cpp4075 assignPointerIds(last, next);
6314 void TouchInputMapper::assignPointerIds(const RawState* last, RawState* current) { function in class:android::TouchInputMapper
6403 ALOGD("assignPointerIds - initial distance min-heap: size=%d", heapSize);
6449 ALOGD("assignPointerIds - reduced distance min-heap: size=%d", heapSize);
6477 ALOGD("assignPointerIds - matched: cur=%d, last=%d, id=%d, distance=%lld",
6495 ALOGD("assignPointerIds - assigned: cur=%d, id=%d",

Completed in 75 milliseconds