Home
last modified time | relevance | path

Searched defs:effectIndex (Results 1 – 2 of 2) sorted by relevance

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp252 int constructComposeSegment(uint32_t effectVolLevel, uint32_t effectIndex, uint8_t repeat, in constructComposeSegment()
492 uint8_t effectIndex; local
846 uint32_t effectIndex; in getPrimitiveDuration() local
894 uint32_t effectIndex = 0; in compose() local
958 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex, const DspMemChunk *ch, in on()
1489 uint32_t effectIndex; in getSimpleDetails() local
1593 uint32_t effectIndex; in getPrimitiveDetails() local
1639 uint32_t effectIndex; in performEffect() local
1671 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect()
1741 uint32_t Vibrator::intensityToVolLevel(float intensity, uint32_t effectIndex) { in intensityToVolLevel()
DHardware.h230 bool eraseOwtEffect(int fd, int8_t effectIndex, std::vector<ff_effect> *effect) override { in eraseOwtEffect()