Home
last modified time | relevance | path

Searched refs:MIN_BLUETOOTH_TIMESTAMP_DELTA (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.cpp113 constexpr static nsecs_t MIN_BLUETOOTH_TIMESTAMP_DELTA = ms2ns(4); in applyBluetoothTimestampSmoothening() local
118 std::min(std::max(currentEventTime, lastEventTime + MIN_BLUETOOTH_TIMESTAMP_DELTA), in applyBluetoothTimestampSmoothening()
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp1036 constexpr nsecs_t MIN_BLUETOOTH_TIMESTAMP_DELTA = ms2ns(4); variable
1067 static_assert(delta < MIN_BLUETOOTH_TIMESTAMP_DELTA); in TEST_F()
1069 expectedEventTime += MIN_BLUETOOTH_TIMESTAMP_DELTA; in TEST_F()
1098 MAX_BLUETOOTH_SMOOTHING_DELTA / MIN_BLUETOOTH_TIMESTAMP_DELTA; in TEST_F()
1100 expectedEventTime += MIN_BLUETOOTH_TIMESTAMP_DELTA; in TEST_F()
DInputReader_test.cpp99 static constexpr nsecs_t MIN_BLUETOOTH_TIMESTAMP_DELTA = ms2ns(4); variable
9752 static_assert(delta < MIN_BLUETOOTH_TIMESTAMP_DELTA); in TEST_F()
9754 expectedEventTime += MIN_BLUETOOTH_TIMESTAMP_DELTA; in TEST_F()