Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
H A Dcustom_vibration_matcher.cpp45 constexpr int32_t SLICE_STEP = 50; variable
301 if (event.duration < 2 * SLICE_STEP) { in ProcessContinuousEvent()
321 if ((endTime - curTime) >= (2 * SLICE_STEP)) { in ProcessContinuousEvent()
322 nextTime = curTime + SLICE_STEP; in ProcessContinuousEvent()