Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
H A Dcustom_vibration_matcher.cpp35 constexpr int32_t CONTINUOUS_GRADE_MASK = 100; variable
362 int32_t preGrade = preEffectId % CONTINUOUS_GRADE_MASK; in ProcessContinuousEventSlice()
365 prePrimitiveEffect.effectId = mergeDuration * CONTINUOUS_GRADE_MASK + grade; in ProcessContinuousEventSlice()
372 primitiveEffect.effectId = slice.duration * CONTINUOUS_GRADE_MASK + grade; in ProcessContinuousEventSlice()