| /foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
| H A D | overlay_manager_content_test_ng.cpp | 258 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); in HWTEST_F() local 388 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); in HWTEST_F() local 518 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); in HWTEST_F() local 648 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); in HWTEST_F() local 778 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); in HWTEST_F() local 908 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); HWTEST_F() local 1038 RefPtr<NG::ChainedTransitionEffect> effect = AceType::MakeRefPtr<NG::ChainedOpacityEffect>(1.0); HWTEST_F() local [all...] |
| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| H A D | audio_effect_server.cpp | 125 static bool LoadEffect(const Effect &effect, const std::vector<std::shared_ptr<AudioEffectLibEntry>> &libList) in LoadEffect() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| H A D | rs_node_animate_supplement_test.cpp | 558 std::shared_ptr<const RSTransitionEffect> effect = RSTransitionEffect::OPACITY; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_pixel_map_shader_test.cpp | 212 std::shared_ptr<Drawing::ShaderEffect> effect = Drawing::ShaderEffect::CreateExtendShader(rsPixelMapShader); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_shader_effect_test.cpp | 58 OH_Drawing_ShaderEffect* effect = in HWTEST_F() local 80 OH_Drawing_ShaderEffect* effect = in HWTEST_F() local 110 OH_Drawing_ShaderEffect* effect = OH_Drawing_ShaderEffectCreateImageShader(image, CLAMP, CLAMP, options, matrix); in HWTEST_F() local
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-dr.c | 31 drff_play(struct input_dev *dev, void *data, struct ff_effect *effect) drff_play() argument
|
| H A D | hid-tmff.c | 73 tmff_play(struct input_dev *dev, void *data, struct ff_effect *effect) tmff_play() argument
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| H A D | twl4030-vibra.c | 122 vibra_play(struct input_dev *input, void *data, struct ff_effect *effect) vibra_play() argument
|
| H A D | pm8xxx-vibrator.c | 153 pm8xxx_vib_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) pm8xxx_vib_play_effect() argument
|
| H A D | regulator-haptic.c | 94 regulator_haptic_play_effect(struct input_dev *input, void *data, struct ff_effect *effect) regulator_haptic_play_effect() argument
|
| /kernel/linux/linux-5.10/drivers/input/joystick/ |
| H A D | psxpad-spi.c | 139 psxpad_spi_play_effect(struct input_dev *idev, void *data, struct ff_effect *effect) psxpad_spi_play_effect() argument
|
| /kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 107 static int iforce_upload_effect(struct input_dev *dev, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_effect() argument [all...] |
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-tmff.c | 73 tmff_play(struct input_dev *dev, void *data, struct ff_effect *effect) tmff_play() argument
|
| H A D | hid-dr.c | 31 drff_play(struct input_dev *dev, void *data, struct ff_effect *effect) drff_play() argument
|
| /kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 107 static int iforce_upload_effect(struct input_dev *dev, struct ff_effect *effect, struct ff_effect *old) in iforce_upload_effect() argument [all...] |
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| H A D | pm8xxx-vibrator.c | 152 pm8xxx_vib_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) pm8xxx_vib_play_effect() argument
|
| H A D | sc27xx-vibra.c | 95 sc27xx_vibra_play(struct input_dev *input, void *data, struct ff_effect *effect) sc27xx_vibra_play() argument
|
| H A D | regulator-haptic.c | 94 regulator_haptic_play_effect(struct input_dev *input, void *data, struct ff_effect *effect) regulator_haptic_play_effect() argument
|
| H A D | twl4030-vibra.c | 122 vibra_play(struct input_dev *input, void *data, struct ff_effect *effect) vibra_play() argument
|
| /kernel/linux/linux-6.6/drivers/input/joystick/ |
| H A D | psxpad-spi.c | 142 psxpad_spi_play_effect(struct input_dev *idev, void *data, struct ff_effect *effect) psxpad_spi_play_effect() argument
|
| /test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/ |
| H A D | hdf_vibrator_benchmark_test.cpp | 240 HdfCompositeEffect effect;
in BENCHMARK_F() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-native-context-specialization.h | 134 ValueEffectControl(Node* value, Node* effect, Node* control) in ValueEffectControl() argument 138 Node* effect() const { return effect_; } in effect() function in v8::internal::compiler::final::final [all...] |
| H A D | js-type-hint-lowering.h | 63 Node* effect() const { return effect_; } in effect() function in v8::internal::compiler::JSTypeHintLowering::LoweringResult 72 static LoweringResult SideEffectFree(Node* value, Node* effect, in SideEffectFree() argument 94 LoweringResult(LoweringResultKind kind, Node* value, Node* effect, in LoweringResult() argument [all...] |
| H A D | simplified-operator-reducer.cc | 170 Node* const effect = NodeProperties::GetEffectInput(node); in Reduce() local
|
| H A D | memory-lowering.h | 41 static AllocationState const* Closed(AllocationGroup* group, Node* effect, in Closed() argument 54 Node* effect() const { return effect_; } in effect() function in v8::internal::compiler::final::final 45 Open(AllocationGroup* group, intptr_t size, Node* top, Node* effect, Zone* zone) Open() argument
|