Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp667 std::stringstream touchesStream; in detectPalmPointers() local
669 touchesStream << touch.tracking_id << " : " << touch << "\n"; in detectPalmPointers()
671 ALOGD("Filter: touches = %s", touchesStream.str().c_str()); in detectPalmPointers()