| /frameworks/layoutlib/bridge/src/android/view/ | 
| D | ViewRootImpl_Delegate.java | 31     /*package*/ static boolean performHapticFeedback(ViewRootImpl thisViewRoot, int effectId,  in performHapticFeedback()
 | 
| /frameworks/base/core/tests/coretests/src/android/os/vibrator/ | 
| D | PrebakedSegmentTest.java | 279     private static PrebakedSegment createSegmentWithFallback(int effectId) {  in createSegmentWithFallback()284     private static PrebakedSegment createSegmentWithoutFallback(int effectId) {  in createSegmentWithoutFallback()
 
 | 
| /frameworks/base/services/core/java/com/android/server/vibrator/ | 
| D | HalVibration.java | 91     public VibrationEffect getFallback(int effectId) {  in getFallback()99     public void addFallback(int effectId, VibrationEffect effect) {  in addFallback()
 
 | 
| D | VibrationSettings.java | 364     public VibrationEffect getFallbackEffect(int effectId) {  in getFallbackEffect()
 | 
| /frameworks/av/media/libaudiohal/impl/ | 
| D | EffectHalHidl.h | 64     uint64_t effectId() const { return mEffectId; }  in effectId()  function
 | 
| D | EffectsFactoryHalHidl.cpp | 173             [&](Result r, const sp<IEffect>& result, uint64_t effectId) {  in createEffect()185             [&](Result r, const sp<IEffect>& result, uint64_t effectId) {  in createEffect()
 
 | 
| D | EffectHalHidl.cpp | 49 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 | 143     boolean performHapticFeedback(int effectId, boolean always);  in performHapticFeedback()149     oneway void performHapticFeedbackAsync(int effectId, boolean always);  in performHapticFeedbackAsync()
 
 | 
| D | WindowlessWindowManager.java | 480     public boolean performHapticFeedback(int effectId, boolean always) {  in performHapticFeedback()485     public void performHapticFeedbackAsync(int effectId, boolean always) {  in performHapticFeedbackAsync()
 
 | 
| /frameworks/av/media/libaudioclient/aidl/android/media/ | 
| D | IAudioTrack.aidl | 66     int attachAuxEffect(int effectId);  in attachAuxEffect()
 | 
| D | IAudioFlingerService.aidl | 168     void setEffectSuspended(int effectId,  in setEffectSuspended()
 | 
| /frameworks/base/core/java/android/os/ | 
| D | VibrationEffect.java | 313     public static VibrationEffect createPredefined(@EffectType int effectId) {  in createPredefined()336     public static VibrationEffect get(int effectId) {  in get()
 363     public static VibrationEffect get(int effectId, boolean fallback) {  in get()
 616     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 | 47     public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) {  in PrebakedSegment()
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ | 
| D | VibratorHelper.java | 80     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()
 | 
| /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ | 
| D | SimplePlayer.java | 180     public void attachAuxEffect(int effectId) {  in attachAuxEffect()
 | 
| /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()
 | 
| /frameworks/av/services/audiopolicy/service/ | 
| D | AudioPolicyClientImpl.cpp | 220 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId,  in setEffectSuspended()
 | 
| /frameworks/av/media/libaudioclient/tests/ | 
| D | audioeffect_tests.cpp | 278     audio_unique_id_t effectId;  in TEST()  local
 | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | Session.java | 303     public boolean performHapticFeedback(int effectId, boolean always) {  in performHapticFeedback()314     public void performHapticFeedbackAsync(int effectId, boolean always) {  in performHapticFeedbackAsync()
 
 | 
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ | 
| D | TestWindowManagerPolicy.java | 267     public boolean performHapticFeedback(int uid, String packageName, int effectId,  in performHapticFeedback()
 |