Home
last modified time | relevance | path

Searched refs:g_effectmap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c266 if (!strcmp(effect, g_effectmap[i].effectName)) { in GetEffectInfo()
267 effectInfo->isSupportEffect = g_effectmap[i].issupport; in GetEffectInfo()
268 effectInfo->duration = g_effectmap[i].duration; in GetEffectInfo()
/ohos5.0/drivers/peripheral/vibrator/hal/include/
H A Dvibrator_controller.h62 struct Map g_effectmap[EFFECT_TYPE_MAX] = { variable