Searched refs:VibratorType (Results 1 – 6 of 6) sorted by relevance
29 enum class VibratorType { VIBRATOR_TYPE_ONE, VIBRATOR_TYPE_TWO, VIBRATOR_TYPE_THREE }; enum36 typedef void (*VibratorFunc)(VibratorType vibratorType);
45 void Print(VibratorType vibratorType) in Print()48 case VibratorType::VIBRATOR_TYPE_ONE: in Print()51 case VibratorType::VIBRATOR_TYPE_TWO: in Print()54 case VibratorType::VIBRATOR_TYPE_THREE: in Print()
127 vibratorFunc(VibratorType::VIBRATOR_TYPE_ONE); in OnRotateEvent()134 vibratorFunc(VibratorType::VIBRATOR_TYPE_THREE); in OnRotateEvent()
383 vibratorFunc(VibratorType::VIBRATOR_TYPE_THREE); in OnRotateEvent()388 vibratorFunc(VibratorType::VIBRATOR_TYPE_TWO); in OnRotateEvent()
583 vibratorFunc(VibratorType::VIBRATOR_TYPE_THREE); in Vibrator()586 vibratorFunc(VibratorType::VIBRATOR_TYPE_ONE); in Vibrator()
695 vibratorFunc(VibratorType::VIBRATOR_TYPE_THREE); in MoveChildByOffset()698 vibratorFunc(VibratorType::VIBRATOR_TYPE_TWO); in MoveChildByOffset()