Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 25 of 27) sorted by relevance

12

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp419 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
423 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
428 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2()
433 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3()
438 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper()
453 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect()
/device/google/sunfish/vibrator/common/bench/
Dbenchmark.cpp95 for (const auto &effect : difference(hidl_enum_range<E1>(), hidl_enum_range<E2>())) { in DefaultArgs() local
104 auto effect = getEffect(*state); in performBench() local
/device/google/lynx/vibrator/cs40l26/
DHardware.h123 bool setFFEffect(int fd, struct ff_effect *effect, uint16_t timeoutMs) override { in setFFEffect()
198 bool uploadOwtEffect(int fd, uint8_t *owtData, uint32_t numBytes, struct ff_effect *effect, in uploadOwtEffect()
232 bool eraseOwtEffect(int fd, int8_t effectIndex, std::vector<ff_effect> *effect) override { in eraseOwtEffect()
DVibrator.cpp487 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
1192 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
1243 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
1340 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/device/google/bluejay/vibrator/cs40l26/
DHardware.h123 bool setFFEffect(int fd, struct ff_effect *effect, uint16_t timeoutMs) override { in setFFEffect()
198 bool uploadOwtEffect(int fd, uint8_t *owtData, uint32_t numBytes, struct ff_effect *effect, in uploadOwtEffect()
232 bool eraseOwtEffect(int fd, int8_t effectIndex, std::vector<ff_effect> *effect) override { in eraseOwtEffect()
DVibrator.cpp487 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
1192 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
1243 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
1340 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/device/google/felix/vibrator/cs40l26/
DHardware.h112 bool setFFEffect(int fd, struct ff_effect *effect, uint16_t timeoutMs) override { in setFFEffect()
187 bool uploadOwtEffect(int fd, uint8_t *owtData, uint32_t numBytes, struct ff_effect *effect, in uploadOwtEffect()
221 bool eraseOwtEffect(int fd, int8_t effectIndex, std::vector<ff_effect> *effect) override { in eraseOwtEffect()
DVibrator.cpp630 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
1405 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
1460 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
1561 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/device/linaro/poplar/audio/
Daudio_hw.c312 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
318 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
409 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
414 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
/device/google/redfin/vibrator/drv2624/tests/
Dtest-vibrator.cpp389 auto effect = std::get<0>(tuple); in PrintParam() local
400 auto effect = std::get<0>(tuple); in TEST_P() local
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp385 auto effect = std::get<0>(tuple); in PrintParam() local
396 auto effect = std::get<0>(tuple); in TEST_P() local
/device/google/barbet/vibrator/drv2624/tests/
Dtest-vibrator.cpp389 auto effect = std::get<0>(tuple); in PrintParam() local
400 auto effect = std::get<0>(tuple); in TEST_P() local
/device/google/bramble/vibrator/drv2624/tests/
Dtest-vibrator.cpp389 auto effect = std::get<0>(tuple); in PrintParam() local
400 auto effect = std::get<0>(tuple); in TEST_P() local
/device/linaro/hikey/audio/
Daudio_hw.c495 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
501 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
592 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
597 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
/device/amlogic/yukawa/hal/audio/
Daudio_hw.c451 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
457 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
809 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
814 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
/device/google/lynx/vibrator/cs40l26/tests/
Dtest-vibrator.cpp170 EffectQueue Queue(const QueueEffect &effect) { in Queue()
482 auto effect = std::get<0>(param); in PrintParam() local
490 auto effect = std::get<0>(param); in TEST_P() local
/device/google/bluejay/vibrator/cs40l26/tests/
Dtest-vibrator.cpp170 EffectQueue Queue(const QueueEffect &effect) { in Queue()
482 auto effect = std::get<0>(param); in PrintParam() local
490 auto effect = std::get<0>(param); in TEST_P() local
/device/google/redfin/vibrator/drv2624/bench/
Dbenchmark.cpp149 for (const auto &effect : ndk::enum_range<Effect>()) { in DefaultArgs() local
/device/google/barbet/vibrator/drv2624/bench/
Dbenchmark.cpp149 for (const auto &effect : ndk::enum_range<Effect>()) { in DefaultArgs() local
/device/google/bramble/vibrator/drv2624/bench/
Dbenchmark.cpp149 for (const auto &effect : ndk::enum_range<Effect>()) { in DefaultArgs() local
/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp170 EffectQueue Queue(const QueueEffect &effect) { in Queue()
484 auto effect = std::get<0>(param); in PrintParam() local
492 auto effect = std::get<0>(param); in TEST_P() local
/device/linaro/dragonboard/audio/
Daudio_hw.c425 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
431 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
794 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
799 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
/device/google/sunfish/vibrator/drv2624/bench/
Dbenchmark.cpp159 for (const auto &effect : hidl_enum_range<Effect>()) { in DefaultArgs() local
/device/google/bramble/vibrator/drv2624/
DVibrator.cpp563 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
578 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp573 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
588 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()

12