Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.h67 virtual uint64_t effectId() const { return mEffectId; } in effectId() function
DEffectsFactoryHalHidl.cpp167 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
179 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
DEffectHalHidl.cpp52 EffectHalHidl::EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId) in EffectHalHidl()
/frameworks/base/core/java/android/view/
DSoundEffectConstants.java146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
DIWindowSession.aidl159 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioTrack.aidl66 int attachAuxEffect(int effectId); in attachAuxEffect()
DIAudioFlingerService.aidl166 void setEffectSuspended(int effectId, in setEffectSuspended()
/frameworks/base/core/java/android/os/
DVibrationEffect.java287 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined()
310 public static VibrationEffect get(int effectId) { in get()
337 public static VibrationEffect get(int effectId, boolean fallback) { in get()
580 public static String effectIdToString(int effectId) { in effectIdToString()
DSystemVibrator.java396 int effectId = firstVibratorEffects.keyAt(i); in supportedEffectsIntersection() local
DVibratorInfo.java276 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported()
/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java79 public void vibrate(final int effectId) { in vibrate()
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorControllerTest.java324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
DVibratorManagerServiceTest.java1931 private VibrationEffectSegment expectedPrebaked(int effectId) { in expectedPrebaked()
1935 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DSimplePlayer.java180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibration.java161 public VibrationEffect getFallback(int effectId) { in getFallback()
169 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
DVibrationSettings.java362 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp460 int32_t effectId = 0; in onAttachAuxEffect() local
Dandroid_GenericPlayer.cpp216 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
Dandroid_Effect.cpp697 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp212 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java256 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp458 int effectId = mFdp.ConsumeIntegral<int32_t>(); in invokeAudioEffect() local
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5573 private boolean performHapticFeedback(int effectId, boolean always, String reason) { in performHapticFeedback()
5579 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
5598 private VibrationEffect getVibrationEffect(int effectId) { in getVibrationEffect()
5662 private VibrationAttributes getVibrationAttributes(int effectId) { in getVibrationAttributes()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp754 status_t MediaPlayer::attachAuxEffect(int effectId) in attachAuxEffect()

12