Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
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()
DVibrator.h136 enum class WaveShape : uint32_t { enum
142 WaveShape shape;
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp346 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
386 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()
DVibrator.h135 enum class WaveShape : uint32_t { enum
141 WaveShape shape;
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp366 .shape = (shape == UINT32_MAX) ? WaveShape::SINE : static_cast<WaveShape>(shape), in Vibrator()
419 .shape = (shape == UINT32_MAX) ? WaveShape::SQUARE : static_cast<WaveShape>(shape), in Vibrator()
DVibrator.h141 enum class WaveShape : uint32_t { enum
147 WaveShape shape;