/frameworks/av/media/libaudiohal/impl/ |
D | EffectHalHidl.h | 67 virtual uint64_t effectId() const { return mEffectId; } in effectId() function
|
D | EffectsFactoryHalHidl.cpp | 167 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect() 179 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
|
D | EffectHalHidl.cpp | 52 EffectHalHidl::EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId) in EffectHalHidl()
|
/frameworks/base/core/java/android/view/ |
D | SoundEffectConstants.java | 146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
|
D | IWindowSession.aidl | 159 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback()
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioTrack.aidl | 66 int attachAuxEffect(int effectId); in attachAuxEffect()
|
D | IAudioFlingerService.aidl | 166 void setEffectSuspended(int effectId, in setEffectSuspended()
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 287 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()
|
D | SystemVibrator.java | 396 int effectId = firstVibratorEffects.keyAt(i); in supportedEffectsIntersection() local
|
D | VibratorInfo.java | 276 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported()
|
/frameworks/base/core/java/android/os/vibrator/ |
D | PrebakedSegment.java | 46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | VibratorHelper.java | 79 public void vibrate(final int effectId) { in vibrate()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
D | VibratorControllerTest.java | 324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
|
D | VibratorManagerServiceTest.java | 1931 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/ |
D | SimplePlayer.java | 180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | Vibration.java | 161 public VibrationEffect getFallback(int effectId) { in getFallback() 169 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
|
D | VibrationSettings.java | 362 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
|
/frameworks/wilhelm/src/android/ |
D | android_GenericMediaPlayer.cpp | 460 int32_t effectId = 0; in onAttachAuxEffect() local
|
D | android_GenericPlayer.cpp | 216 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
|
D | android_Effect.cpp | 697 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImpl.cpp | 212 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 256 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
|
/frameworks/av/media/libaudioclient/fuzzer/ |
D | audioflinger_fuzzer.cpp | 458 int effectId = mFdp.ConsumeIntegral<int32_t>(); in invokeAudioEffect() local
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 5573 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/ |
D | mediaplayer.cpp | 754 status_t MediaPlayer::attachAuxEffect(int effectId) in attachAuxEffect()
|