Searched refs:debugResampling (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | Resampler.cpp | 46 bool debugResampling() { in debugResampling() function 142 LOG_IF(INFO, debugResampling()) in pointerPropertiesResampleable() 147 LOG_IF(INFO, debugResampling()) << "Not resampled. Pointer ToolType mismatch."; in pointerPropertiesResampleable() 151 LOG_IF(INFO, debugResampling()) in pointerPropertiesResampleable() 173 LOG_IF(INFO, debugResampling()) in canInterpolate() 211 LOG_IF(INFO, debugResampling()) << "Not resampled. Not enough data."; in canExtrapolate() 224 LOG_IF(INFO, debugResampling()) in canExtrapolate() 229 LOG_IF(INFO, debugResampling()) in canExtrapolate() 255 LOG_IF(INFO, debugResampling() && newResampleTime == farthestPrediction) in attemptExtrapolation() 307 LOG_IF(INFO, debugResampling()) << "Still pointers not overwritten. Not enough data."; in overwriteStillPointers() [all …]
|
H A D | InputConsumer.cpp | 72 bool debugResampling() { in debugResampling() function 556 ALOGD_IF(debugResampling(), "[%d] - rewrite (%0.3f, %0.3f), old (%0.3f, %0.3f)", id, in rewriteMessage() 578 ALOGD_IF(debugResampling(), "Not resampled, no touch state for device."); in resampleTouchState() 584 ALOGD_IF(debugResampling(), "Not resampled, no history for device."); in resampleTouchState() 594 ALOGD_IF(debugResampling(), "Not resampled, missing id %d", id); in resampleTouchState() 598 ALOGD_IF(debugResampling(), in resampleTouchState() 615 ALOGD_IF(debugResampling(), "Not resampled, delta time is too small: %" PRId64 " ns.", in resampleTouchState() 626 ALOGD_IF(debugResampling(), "Not resampled, delta time is too small: %" PRId64 " ns.", in resampleTouchState() 630 ALOGD_IF(debugResampling(), "Not resampled, delta time is too large: %" PRId64 " ns.", in resampleTouchState() 636 ALOGD_IF(debugResampling(), in resampleTouchState() [all …]
|