Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp62 bool setLoopRet = Sensors::SetLoopCount(LOOP_COUNT_MAP.at(type)); in StartVibrator()
100 Sensors::SetLoopCount(1); in StartVibratorForSystemTone()
/ohos5.0/base/sensors/miscdevice/test/fuzztest/vibrator/setloopcount_fuzzer/
H A Dsetloopcount_fuzzer.cpp30 bool ret = OHOS::Sensors::SetLoopCount(count); in SetLoopCountFuzzTest()
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/vibrator/
H A Dvibrator_agent.h105 bool SetLoopCount(int32_t count);
/ohos5.0/base/sensors/miscdevice/test/unittest/vibrator/native/
H A Dvibrator_agent_test.cpp219 bool ret = SetLoopCount(300);
226 bool ret = SetLoopCount(-1);
233 bool ret = SetLoopCount(0);
298 bool flag = SetLoopCount(2);
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/
H A Dvibrator_agent.cpp60 bool SetLoopCount(int32_t count) in SetLoopCount() function
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_proxy.cpp155 bool setLoopRet = Sensors::SetLoopCount(LOOP_COUNT_MAP.at(type)); in StartVibrator()
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp232 if (!SetLoopCount(info.count)) { in StartVibrate()