Home
last modified time | relevance | path

Searched defs:effectId (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Deffect_types_vdi.h28 char *effectId; member
34 char *effectId; member
38 char *effectId; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_controller_id.md27 ### effectId subsection
H A D_effect_info.md28 ### effectId subsection
H A D_effect_controller_descriptor.md29 ### effectId subsection
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A D_primitive_effect_v11.md40 ### effectId subsection
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/corpus/
H A Dsample.json6 "effectId":"aaaabbbb-8888-9999-6666-aabbccdd9966ff" string
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/
H A Dvibrator_agent.cpp70 int32_t StartVibrator(const char *effectId) in StartVibrator()
184 int32_t IsSupportEffect(const char *effectId, bool *state) in IsSupportEffect()
256 int32_t PlayPrimitiveEffect(const char *effectId, int32_t intensity) in PlayPrimitiveEffect()
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DEffectHalHidl.h66 uint64_t effectId() const { return mEffectId; } in effectId() function
H A DEffectsFactoryHalHidl.cpp150 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
162 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DVibratorHelper.java67 public void vibrate(final int effectId) { in vibrate()
/ohos5.0/base/sensors/miscdevice/test/fuzztest/vibrator/issupporteffect_fuzzer/
H A Dissupporteffect_fuzzer.cpp50 char effectId[LEN + 1]; in IsSupportEffectFuzzTest() local
/ohos5.0/drivers/peripheral/audio/effect/config/include/
H A Dparse_effect_config.h31 const char *effectId; member
/aosp12/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
/ohos5.0/base/sensors/miscdevice/test/fuzztest/vibrator/playprimitiveeffect_fuzzer/
H A Dplayprimitiveeffect_fuzzer.cpp80 char effectId[LEN + 1]; in PlayPrimitiveEffectFuzzTest() local
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp61 std::string effectId; member
111 string effectId; in VibrateEffectId() local
400 string effectId; in IsSupportEffect() local
427 string effectId; in IsSupportEffectSync() local
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp943 uint64_t effectId = 0; variable
952 uint64_t effectId = -1; variable
965 uint64_t effectId = 0; variable
974 uint64_t effectId = -1; variable
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java285 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined()
308 public static VibrationEffect get(int effectId) { in get()
335 public static VibrationEffect get(int effectId, boolean fallback) { in get()
515 public static String effectIdToString(int effectId) { in effectIdToString()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/audio_haptic_test/
H A Daudio_haptic_unit_test.cpp117 std::string effectId = HAPTIC_TEST_EFFECT_ID; variable
166 std::string effectId = HAPTIC_TEST_EFFECT_ID; variable
239 std::string effectId = HAPTIC_TEST_EFFECT_ID; variable
260 std::string effectId = HAPTIC_TEST_EFFECT_ID; variable
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioTrack.aidl66 int attachAuxEffect(int effectId); in attachAuxEffect()
/aosp12/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
/ohos5.0/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/
H A Deffectcontrol_fuzzer.cpp95 char *effectId = strdup("aaaabbbb-8888-9999-6666-aabbccdd9966ff"); in DoSomethingInterestingWithMyAPI() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSystemSoundsPlayer.java207 Integer effectId = 0; in onLoadComplete() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect_ffi.cpp85 void FfiOHOSAceFrameworkTransitionEffectCombine(int64_t id, int64_t effectId) in FfiOHOSAceFrameworkTransitionEffectCombine()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_player.h67 std::string effectId = ""; member
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java310 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()

1234