Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.cpp104 const InputDeviceIdentifier& identifier, nsecs_t currentEventTime, nsecs_t readTime, in applyBluetoothTimestampSmoothening() argument
107 return {currentEventTime, readTime}; in applyBluetoothTimestampSmoothening()
118 std::min(std::max(currentEventTime, lastEventTime + MIN_BLUETOOTH_TIMESTAMP_DELTA), in applyBluetoothTimestampSmoothening()
119 currentEventTime + MAX_BLUETOOTH_SMOOTHING_DELTA); in applyBluetoothTimestampSmoothening()
123 smoothenedEventTime != currentEventTime ? currentEventTime : readTime; in applyBluetoothTimestampSmoothening()
DTouchCursorInputMapperCommon.h52 const InputDeviceIdentifier& identifier, nsecs_t currentEventTime, nsecs_t readTime,