Searched refs:currentEventTime (Results 1 – 2 of 2) sorted by relevance
104 const InputDeviceIdentifier& identifier, nsecs_t currentEventTime, nsecs_t readTime, in applyBluetoothTimestampSmoothening() argument107 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()
52 const InputDeviceIdentifier& identifier, nsecs_t currentEventTime, nsecs_t readTime,