Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp207 enum class AlwaysOnId : uint32_t { enum
628 switch (static_cast<AlwaysOnId>(id)) { in alwaysOnEnable()
629 case AlwaysOnId::GPIO_RISE: in alwaysOnEnable()
633 case AlwaysOnId::GPIO_FALL: in alwaysOnEnable()
645 switch (static_cast<AlwaysOnId>(id)) { in alwaysOnDisable()
646 case AlwaysOnId::GPIO_RISE: in alwaysOnDisable()
649 case AlwaysOnId::GPIO_FALL: in alwaysOnDisable()