Searched refs:debugResampling (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/input/ |
D | InputConsumer.cpp | 72 bool debugResampling() { in debugResampling() function 555 ALOGD_IF(debugResampling(), "[%d] - rewrite (%0.3f, %0.3f), old (%0.3f, %0.3f)", id, in rewriteMessage() 577 ALOGD_IF(debugResampling(), "Not resampled, no touch state for device."); in resampleTouchState() 583 ALOGD_IF(debugResampling(), "Not resampled, no history for device."); in resampleTouchState() 593 ALOGD_IF(debugResampling(), "Not resampled, missing id %d", id); in resampleTouchState() 597 ALOGD_IF(debugResampling(), in resampleTouchState() 614 ALOGD_IF(debugResampling(), "Not resampled, delta time is too small: %" PRId64 " ns.", in resampleTouchState() 625 ALOGD_IF(debugResampling(), "Not resampled, delta time is too small: %" PRId64 " ns.", in resampleTouchState() 629 ALOGD_IF(debugResampling(), "Not resampled, delta time is too large: %" PRId64 " ns.", in resampleTouchState() 635 ALOGD_IF(debugResampling(), in resampleTouchState() [all …]
|