Searched defs:effectIndex (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/google/pixel/vibrator/cs40l25/ |
H A D | Vibrator.cpp | 247 for (size_t effectIndex = 0; effectIndex < effectCount; effectIndex++) { local 404 uint32_t effectIndex; in getPrimitiveDuration() local 443 uint32_t effectIndex; in compose() local 465 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex, in on() 513 uint32_t effectIndex; in alwaysOnEnable() local 860 uint32_t effectIndex; in getSimpleDetails() local 960 uint32_t effectIndex; in getPrimitiveDetails() local 1012 uint32_t effectIndex; in performEffect() local 1046 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect() 1075 uint32_t Vibrator::intensityToVolLevel(float intensity, uint32_t effectIndex) { in intensityToVolLevel()
|
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Vibrator.cpp | 273 uint8_t effectIndex = 0; local 489 uint32_t effectIndex; in getPrimitiveDuration() local 539 uint32_t effectIndex = 0; in compose() local 584 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex, in on() 651 uint32_t effectIndex; in alwaysOnEnable() local 1070 uint32_t effectIndex; in getSimpleDetails() local 1173 uint32_t effectIndex; in getPrimitiveDetails() local 1266 uint32_t effectIndex; in performEffect() local 1301 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect() 1332 uint32_t Vibrator::intensityToVolLevel(float intensity, uint32_t effectIndex) { in intensityToVolLevel()
|