Home
last modified time | relevance | path

Searched defs:continuousEventFlag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h70 std::vector<bool> continuousEventFlag; member
/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp217 bool continuousEventFlag = false; in PreprocessParameter() local
321 size_t newDrwIdxLen, bool &continuousEventFlag, int32_t &newOnsetHopLen) in CalcOnsetHopLength()