/device/google/crosshatch/vibrator/ |
D | Vibrator.cpp | 103 Vibrator::Vibrator(std::ofstream&& activate, std::ofstream&& duration, std::ofstream&& effect, in Vibrator() 156 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, in perform() 161 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() 166 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, in perform_1_2() 172 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() 181 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
|
D | impl.cpp | 122 std::ofstream effect{EFFECT_INDEX_PATH}; in makeVibratorService() local
|
/device/google/bonito/vibrator/ |
D | Vibrator.cpp | 168 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 172 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() 177 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_2() 182 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() 196 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect()
|
/device/google/wahoo/vibrator/ |
D | Vibrator.cpp | 178 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 182 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() 187 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_2() 192 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper() 206 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect()
|
/device/google/marlin/vibrator/ |
D | Vibrator.cpp | 87 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 312 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/generic/goldfish/audio/ |
D | audio_hw_legacy.c | 205 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 211 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 359 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 365 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
D | audio_hw.c | 657 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 663 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 1181 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 1187 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 491 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 497 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 588 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 593 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 473 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in out_add_audio_effect() 478 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in out_remove_audio_effect() 946 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in in_add_audio_effect() 951 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in in_remove_audio_effect()
|
/device/google/cuttlefish_common/guest/hals/audio/ |
D | audio_hw.c | 660 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 666 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 1184 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 1190 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pyassem.py | 685 effect = { variable in StackDepthTracker
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 6502 int32_t QCameraParameters::setEffect(const char *effect) in setEffect() 10768 const char *effect = get(KEY_EFFECT); in getEffectValue() local
|
D | QCamera2HWI.cpp | 7527 int32_t effect = mParameters.getEffectValue(); in getPPConfig() local
|
/device/google/marlin/camera/ |
D | QCamera_Intf.h | 215 uint32_t effect; member
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | cam_types.h | 2582 int32_t effect; member 2649 int32_t effect; member
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/ |
D | cam_types.h | 2582 int32_t effect; member 2649 int32_t effect; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msm_camera.h | 1644 int8_t effect; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msm_camera.h | 1273 int8_t effect; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msm_camera.h | 1644 int8_t effect; member
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msm_camera.h | 1273 int8_t effect; member
|