Home
last modified time | relevance | path

Searched refs:vibratorInfoEntry (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c72 if (memcpy_s(&priv->vibratorInfoEntry, sizeof(priv->vibratorInfoEntry), buf, sizeof(*buf)) != EOK) { in ReadVibratorInfo()
116 *vibratorInfo = &priv->vibratorInfoEntry; in GetVibratorInfo()
130 if ((priv->vibratorInfoEntry.isSupportIntensity == 0) || (intensity < priv->vibratorInfoEntry.intensityMinValue) || in ValidityJudgment()
131 (intensity > priv->vibratorInfoEntry.intensityMaxValue)) { in ValidityJudgment()
136 if ((priv->vibratorInfoEntry.isSupportFrequency == 0) || (frequency < priv->vibratorInfoEntry.frequencyMinValue) || in ValidityJudgment()
137 (frequency > priv->vibratorInfoEntry.frequencyMaxValue)) { in ValidityJudgment()
/drivers/peripheral/vibrator/hal/include/
H A Dvibrator_controller.h51 struct VibratorInfo vibratorInfoEntry; member

Completed in 1 milliseconds