Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp92 static constexpr int32_t CS40L2X_PWLE_LENGTH_MAX = 4094; variable
1004 if (pwleQueue.size() > CS40L2X_PWLE_LENGTH_MAX) { in composePwle()