Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.cpp63 using utils::toUnderlying;
134 mHwApi->setCtrlLoop(toUnderlying(loopMode)); in on()
142 mHwApi->setLraWaveShape(toUnderlying(config->shape)); in on()
/aosp12/hardware/google/pixel/vibrator/common/
H A Dutils.h64 inline auto toUnderlying(const T value) { in toUnderlying() function