Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.h136 enum class WaveShape : uint32_t { enum
142 WaveShape shape;
DVibrator.cpp238 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
252 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()