Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.cpp116 constexpr static nsecs_t MAX_BLUETOOTH_SMOOTHING_DELTA = ms2ns(32); in applyBluetoothTimestampSmoothening() local
119 currentEventTime + MAX_BLUETOOTH_SMOOTHING_DELTA); in applyBluetoothTimestampSmoothening()
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp1038 constexpr nsecs_t MAX_BLUETOOTH_SMOOTHING_DELTA = ms2ns(32); variable
1098 MAX_BLUETOOTH_SMOOTHING_DELTA / MIN_BLUETOOTH_TIMESTAMP_DELTA; in TEST_F()
1113 const nsecs_t cappedEventTime = ARBITRARY_TIME + MAX_BLUETOOTH_SMOOTHING_DELTA; in TEST_F()
1142 kernelEventTime += MAX_BLUETOOTH_SMOOTHING_DELTA + ms2ns(1); in TEST_F()