| /hardware/interfaces/vibrator/1.3/example/ |
| D | Vibrator.cpp | 67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 73 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() 80 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2() 103 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3() 109 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 136 Return<void> Vibrator::perform(T effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 206 const std::string Vibrator::effectToName(Effect effect) { in effectToName() 210 uint32_t Vibrator::effectToMs(Effect effect, Status* status) { in effectToMs()
|
| /hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
| D | IStreamCommon.aidl | 42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() 43 void removeEffect(in android.hardware.audio.effect.IEffect effect); in removeEffect()
|
| /hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
| D | IStreamCommon.aidl | 42 void addEffect(in android.hardware.audio.effect.IEffect effect); in addEffect() 43 void removeEffect(in android.hardware.audio.effect.IEffect effect); in removeEffect()
|
| /hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
| D | IStreamCommon.aidl | 129 void addEffect(in IEffect effect); in addEffect() 142 void removeEffect(in IEffect effect); in removeEffect()
|
| /hardware/interfaces/vibrator/1.2/vts/functional/ |
| D | VtsHalVibratorV1_2TargetTest.cpp | 74 for (const auto& effect : hidl_enum_range<Effect>()) { in TEST_P() local 85 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_P() local 95 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_P() local
|
| /hardware/interfaces/vibrator/1.3/vts/functional/ |
| D | VtsHalVibratorV1_3TargetTest.cpp | 87 for (const auto& effect : hidl_enum_range<Effect>()) { in TEST_P() local 98 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_P() local 108 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_P() local
|
| /hardware/qcom/audio/voice_processing/ |
| D | voice_processing.c | 171 static int effect_set_state(struct effect_s *effect, uint32_t state) in effect_set_state() 245 static int effect_init(struct effect_s *effect, uint32_t id) in effect_init() 253 static int effect_create(struct effect_s *effect, in effect_create() 262 static int effect_release(struct effect_s *effect) in effect_release() 495 struct effect_s *effect = (struct effect_s *)self; in fx_process() local 527 struct effect_s *effect = (struct effect_s *)self; in fx_command() local 656 struct effect_s *effect = (struct effect_s *)self; in fx_get_descriptor() local
|
| /hardware/libhardware_legacy/audio/ |
| D | AudioHardwareStub.h | 61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } in addAudioEffect() 62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } in removeAudioEffect()
|
| D | AudioHardwareGeneric.h | 95 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } in addAudioEffect() 96 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } in removeAudioEffect()
|
| /hardware/interfaces/audio/aidl/vts/ |
| D | EffectHelper.h | 87 std::shared_ptr<IEffect> effect) { in destroyIgnoreRet() 115 static void closeIgnoreRet(std::shared_ptr<IEffect> effect) { in closeIgnoreRet() 137 static void commandIgnoreRet(std::shared_ptr<IEffect> effect, CommandId command) { in commandIgnoreRet()
|
| D | VtsHalAudioEffectFactoryTargetTest.cpp | 65 for (auto& effect : mEffects) { in TearDown() local 88 for (auto& effect : effects) { in ForEachEffect() local 98 std::shared_ptr<IEffect> effect; in createWithDescs() local 109 for (const auto& effect : effects) { in destroyEffects() local
|
| /hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/1/android/hardware/tests/extension/vibrator/ |
| D | ICustomVibrator.aidl | 23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform()
|
| /hardware/interfaces/tests/extension/vibrator/aidl/android/hardware/tests/extension/vibrator/ |
| D | ICustomVibrator.aidl | 54 int perform(VendorEffect effect, IVibratorCallback callback); in perform()
|
| /hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/current/android/hardware/tests/extension/vibrator/ |
| D | ICustomVibrator.aidl | 23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform()
|
| /hardware/interfaces/vibrator/1.1/vts/functional/ |
| D | VtsHalVibratorV1_1TargetTest.cpp | 77 Effect_1_1 effect = *std::prev(hidl_enum_range<Effect_1_1>().end()); in TEST_P() local 87 Effect_1_1 effect = *hidl_enum_range<Effect_1_1>().begin(); in TEST_P() local
|
| /hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
| D | IVibrator.aidl | 24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() 34 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
|
| /hardware/interfaces/vibrator/aidl/vts/ |
| D | VtsHalVibratorTargetTest.cpp | 237 for (Effect effect : kEffects) { in TEST_P() local 264 for (Effect effect : kEffects) { in TEST_P() local 298 for (Effect effect : kEffects) { in TEST_P() local 309 for (Effect effect : kInvalidEffects) { in TEST_P() local 317 for (Effect effect : kEffects) { in TEST_P() local 443 CompositeEffect effect; in TEST_P() local 483 for (auto &effect : composite) { in TEST_P() local 498 CompositeEffect &effect = composite[0]; in TEST_P() local 528 CompositeEffect effect; in TEST_P() local 553 CompositeEffect effect; in TEST_P() local [all …]
|
| /hardware/interfaces/audio/common/7.0/example/ |
| D | LoudnessEnhancerEffect.cpp | 28 namespace android::hardware::audio::effect::V7_0::implementation { namespace
|
| /hardware/interfaces/vibrator/1.0/vts/functional/ |
| D | VtsHalVibratorV1_0TargetTest.cpp | 82 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_P() local 91 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_P() local
|
| /hardware/interfaces/vibrator/bench/ |
| D | benchmark.cpp | 101 for (const auto& effect : difference(hidl_enum_range<E1>(), hidl_enum_range<E2>())) { in DefaultArgs() local 110 auto effect = getEffect(*state); in performBench() local 405 for (const auto& effect : enum_range<Aidl::Effect>()) { in DefaultArgs() local
|
| /hardware/google/pixel/vibrator/drv2624/ |
| D | Vibrator.cpp | 240 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform() 275 ndk::ScopedAStatus Vibrator::getEffectDetails(Effect effect, uint8_t *outIndex, in getEffectDetails() 305 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() 342 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
|
| /hardware/interfaces/tests/extension/vibrator/aidl/default/ |
| D | CustomVibrator.cpp | 36 ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect, in perform()
|
| /hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
| D | IVibrator.aidl | 40 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() 50 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
|
| /hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
| D | IVibrator.aidl | 118 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() 236 void alwaysOnEnable(in int id, in Effect effect, in EffectStrength strength); in alwaysOnEnable()
|
| /hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
| D | IVibrator.aidl | 40 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() 50 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
|