Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp33 static constexpr float PWLE_LEVEL_MIN = 0.0; variable
353 if (active.startAmplitude < PWLE_LEVEL_MIN || in composePwle()
355 active.endAmplitude < PWLE_LEVEL_MIN || active.endAmplitude > PWLE_LEVEL_MAX) { in composePwle()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp113 static constexpr float PWLE_LEVEL_MIN = 0.0f; variable
930 if (active.startAmplitude < PWLE_LEVEL_MIN || in composePwle()
932 active.endAmplitude < PWLE_LEVEL_MIN || active.endAmplitude > PWLE_LEVEL_MAX) { in composePwle()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp106 static constexpr float PWLE_LEVEL_MIN = 0.0; variable
1097 if (active.startAmplitude < PWLE_LEVEL_MIN || in composePwle()
1099 active.endAmplitude < PWLE_LEVEL_MIN || active.endAmplitude > PWLE_LEVEL_MAX) { in composePwle()