Searched refs:SetLoopCount (Results 1 – 7 of 7) sorted by relevance
62 bool setLoopRet = Sensors::SetLoopCount(LOOP_COUNT_MAP.at(type)); in StartVibrator()100 Sensors::SetLoopCount(1); in StartVibratorForSystemTone()
30 bool ret = OHOS::Sensors::SetLoopCount(count); in SetLoopCountFuzzTest()
105 bool SetLoopCount(int32_t count);
219 bool ret = SetLoopCount(300);226 bool ret = SetLoopCount(-1);233 bool ret = SetLoopCount(0);298 bool flag = SetLoopCount(2);
60 bool SetLoopCount(int32_t count) in SetLoopCount() function
155 bool setLoopRet = Sensors::SetLoopCount(LOOP_COUNT_MAP.at(type)); in StartVibrator()
232 if (!SetLoopCount(info.count)) { in StartVibrate()