Searched refs:SendVibratorMsg (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 38 static int32_t SendVibratorMsg(uint32_t cmd, struct HdfSBuf *msg, struct HdfSBuf *reply) in SendVibratorMsg() function 99 ret = SendVibratorMsg(VIBRATOR_IO_GET_INFO, NULL, reply); in GetVibratorInfo() 184 ret = SendVibratorMsg(VIBRATOR_IO_ENABLE_MODULATION_PARAMETER, msg, NULL); in EnableVibratorModulation() 215 ret = SendVibratorMsg(VIBRATOR_IO_START_ONCE, msg, NULL); in StartOnce() 252 ret = SendVibratorMsg(VIBRATOR_IO_START_EFFECT, msg, NULL); in Start() 301 ret = SendVibratorMsg(VIBRATOR_IO_STOP, msg, NULL); in Stop()
|