Searched refs:MIN_BLUETOOTH_TIMESTAMP_DELTA (Results 1 – 3 of 3) sorted by relevance
113 constexpr static nsecs_t MIN_BLUETOOTH_TIMESTAMP_DELTA = ms2ns(4); in applyBluetoothTimestampSmoothening() local118 std::min(std::max(currentEventTime, lastEventTime + MIN_BLUETOOTH_TIMESTAMP_DELTA), in applyBluetoothTimestampSmoothening()
1036 constexpr nsecs_t MIN_BLUETOOTH_TIMESTAMP_DELTA = ms2ns(4); variable1067 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()
99 static constexpr nsecs_t MIN_BLUETOOTH_TIMESTAMP_DELTA = ms2ns(4); variable9752 static_assert(delta < MIN_BLUETOOTH_TIMESTAMP_DELTA); in TEST_F()9754 expectedEventTime += MIN_BLUETOOTH_TIMESTAMP_DELTA; in TEST_F()