Home
last modified time | relevance | path

Searched refs:effect (Results 1 – 25 of 58) sorted by relevance

123

/device/google/crosshatch/vibrator/
DVibrator.cpp103 Vibrator::Vibrator(std::ofstream&& activate, std::ofstream&& duration, std::ofstream&& effect, in Vibrator() argument
107 mEffectIndex(std::move(effect)), in Vibrator()
156 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, in perform() argument
158 return performWrapper(effect, strength, _hidl_cb); in perform()
161 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() argument
163 return performWrapper(effect, strength, _hidl_cb); in perform_1_1()
166 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, in perform_1_2() argument
168 return performWrapper(effect, strength, _hidl_cb); in perform_1_2()
172 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() argument
174 if (effect < *validRange.begin() || effect > *std::prev(validRange.end())) { in performWrapper()
[all …]
DVibrator.h32 Vibrator(std::ofstream&& activate, std::ofstream&& duration, std::ofstream&& effect,
43 Return<void> perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb)
45 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, perform_cb _hidl_cb)
47 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
52 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb);
53 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
Dimpl.cpp122 std::ofstream effect{EFFECT_INDEX_PATH}; in makeVibratorService() local
146 return new Vibrator(std::move(activate), std::move(duration), std::move(effect), in makeVibratorService()
/device/google/coral/vibrator/
DVibrator.cpp245 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() argument
248 if (effect < *validRange.begin() || effect > *std::prev(validRange.end())) { in performWrapper()
252 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); in performWrapper()
255 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() argument
256 return performWrapper(effect, strength, _hidl_cb); in perform()
259 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() argument
261 return performWrapper(effect, strength, _hidl_cb); in perform_1_1()
264 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2() argument
266 return performWrapper(effect, strength, _hidl_cb); in perform_1_2()
269 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3() argument
[all …]
DVibrator.h127 Return<void> perform(V1_0::Effect effect, EffectStrength strength,
129 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,
131 Return<void> perform_1_2(V1_2::Effect effect, EffectStrength strength,
133 Return<void> perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
141 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb);
146 Return<Status> getSimpleDetails(Effect effect, EffectStrength strength, uint32_t *outTimeMs,
149 Return<Status> getCompoundDetails(Effect effect, EffectStrength strength, uint32_t *outTimeMs,
152 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
/device/google/wahoo/vibrator/
DVibrator.cpp178 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() argument
179 return performWrapper(effect, strength, _hidl_cb); in perform()
182 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() argument
184 return performWrapper(effect, strength, _hidl_cb); in perform_1_1()
187 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_2() argument
188 return performWrapper(effect, strength, _hidl_cb); in perform_1_2()
192 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() argument
194 if (effect < *validEffectRange.begin() || effect > *std::prev(validEffectRange.end())) { in performWrapper()
203 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); in performWrapper()
206 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect() argument
[all …]
DVibrator.h45 Return<void> perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb)
47 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, perform_cb _hidl_cb)
49 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
54 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb);
55 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
/device/google/bonito/vibrator/
DVibrator.cpp168 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() argument
169 return performWrapper(effect, strength, _hidl_cb); in perform()
172 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() argument
174 return performWrapper(effect, strength, _hidl_cb); in perform_1_1()
177 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_2() argument
178 return performWrapper(effect, strength, _hidl_cb); in perform_1_2()
182 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() argument
184 if (effect < *validEffectRange.begin() || effect > *std::prev(validEffectRange.end())) { in performWrapper()
193 return performEffect(static_cast<Effect>(effect), strength, _hidl_cb); in performWrapper()
196 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect() argument
[all …]
DVibrator.h58 Return<void> perform(V1_0::Effect effect, EffectStrength strength,
60 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,
62 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
67 Return<void> performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb);
68 Return<void> performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
/device/google/coral/vibrator/bench/
Dbenchmark.cpp72 for (const auto &effect : hidl_enum_range<Effect>()) { in SupportedEffectArgs() local
74 b->Args({static_cast<long>(effect), static_cast<long>(strength)}); in SupportedEffectArgs()
144 Effect effect = Effect(state.range(0));
148 mVibrator->perform_1_3(effect, strength,
160 mVibrator->perform_1_3(effect, strength,
/device/google/coral/vibrator/tests/
Dtest-vibrator.cpp40 static EffectQueue Queue(const QueueEffect &effect);
87 EffectQueue Queue(const QueueEffect &effect) { in Queue() argument
88 auto index = std::get<0>(effect); in Queue()
89 auto level = std::get<1>(effect); in Queue()
391 auto effect = std::get<0>(param); in TEST_P() local
438 mVibrator->perform_1_3(effect, strength, [&](Status status, uint32_t lengthMs) { in TEST_P()
455 auto effect = std::get<0>(info.param); in __anonafef5d8b0202() local
457 return toString(effect) + "_" + toString(strength); in __anonafef5d8b0202()
/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() argument
314 ALOGV("out_add_audio_effect: %p", 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() argument
320 ALOGV("out_remove_audio_effect: %p", 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() argument
414 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect() argument
/device/linaro/hikey/audio/
Daudio_hw.c496 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() argument
498 ALOGV("out_add_audio_effect: %p", effect); in out_add_audio_effect()
502 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() argument
504 ALOGV("out_remove_audio_effect: %p", effect); in out_remove_audio_effect()
593 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() argument
598 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect() argument
/device/ti/beagle_x15/
Ddevice.mk115 android.hardware.audio.effect@2.0-impl \
116 android.hardware.audio.effect@2.0-service \
/device/amlogic/yukawa/hal/audio/
Daudio_hw.c401 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() argument
403 ALOGV("out_add_audio_effect: %p", effect); in out_add_audio_effect()
407 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() argument
409 ALOGV("out_remove_audio_effect: %p", effect); in out_remove_audio_effect()
769 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() argument
774 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect() argument
/device/generic/goldfish/
Dfvp.mk49 android.hardware.audio.effect@6.0-impl:32 \
/device/generic/car/emulator/audio/driver/
Daudio_hw.c473 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in out_add_audio_effect() argument
478 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in out_remove_audio_effect() argument
946 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in in_add_audio_effect() argument
951 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in in_remove_audio_effect() argument
/device/linaro/dragonboard/
Ddevice-common.mk98 android.hardware.audio.effect@4.0-impl:32 \
/device/linaro/poplar/
Ddevice.mk51 android.hardware.audio.effect@2.0-impl \
/device/linaro/dragonboard/audio/
Daudio_hw.c668 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() argument
674 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() argument
1175 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() argument
1181 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect() argument
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c671 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() argument
677 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() argument
1178 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() argument
1184 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect() argument
/device/linaro/hikey/
Ddevice-common.mk76 android.hardware.audio.effect@4.0-impl:32 \
/device/google/muskie/self-extractors/qcom/
DLICENSE217 Agreement and shall remain in effect until terminated as provided
233 effect to its conflict of laws provisions. The United Nations
/device/linaro/dragonboard/db845c/firmware/
DLICENSE.qcom.txt136 Agreement immediately, and with retroactive effect to the effective date.
200 shall remain in full force and effect. This Agreement is entered into solely
/device/google/coral/self-extractors/google_devices/
DLICENSE217 Agreement and shall remain in effect until terminated as provided
233 effect to its conflict of laws provisions. The United Nations

123