Home
last modified time | relevance | path

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

12

/frameworks/layoutlib/bridge/src/android/view/
DViewRootImpl_Delegate.java31 /*package*/ static boolean performHapticFeedback(ViewRootImpl thisViewRoot, int effectId, in performHapticFeedback()
/frameworks/base/core/tests/coretests/src/android/os/vibrator/
DPrebakedSegmentTest.java279 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/
DHalVibration.java91 public VibrationEffect getFallback(int effectId) { in getFallback()
99 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
DVibrationSettings.java364 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.h64 uint64_t effectId() const { return mEffectId; } in effectId() function
DEffectsFactoryHalHidl.cpp173 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
185 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
DEffectHalHidl.cpp49 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.aidl143 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback()
149 oneway void performHapticFeedbackAsync(int effectId, boolean always); in performHapticFeedbackAsync()
DWindowlessWindowManager.java480 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/
DIAudioTrack.aidl66 int attachAuxEffect(int effectId); in attachAuxEffect()
DIAudioFlingerService.aidl168 void setEffectSuspended(int effectId, in setEffectSuspended()
/frameworks/base/core/java/android/os/
DVibrationEffect.java313 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()
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.java47 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java80 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()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DSimplePlayer.java180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
/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()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp220 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
/frameworks/av/media/libaudioclient/tests/
Daudioeffect_tests.cpp278 audio_unique_id_t effectId; in TEST() local
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java303 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/
DTestWindowManagerPolicy.java267 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()

12