Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/vibrator/
DHapticFeedbackVibrationProvider.java102 @Nullable public VibrationEffect getVibrationForHapticFeedback(int effectId) { in getVibrationForHapticFeedback()
195 int effectId, boolean bypassVibrationIntensitySetting, boolean fromIme) { in getVibrationAttributesForHapticFeedback()
242 public boolean isRestrictedHapticFeedback(int effectId) { in isRestrictedHapticFeedback()
257 private VibrationEffect getVibration(int effectId, int predefinedVibrationEffectId) { in getVibration()
324 private boolean effectHasCustomization(int effectId) { in effectHasCustomization()
328 private VibrationEffect getKeyboardVibration(int effectId) { in getKeyboardVibration()
360 private boolean shouldBypassIntensityScale(int effectId, boolean isIme) { in shouldBypassIntensityScale()
398 private static boolean shouldBypassInterruptionPolicy(int effectId) { in shouldBypassInterruptionPolicy()
DHapticFeedbackCustomization.java162 int effectId = XmlReader.readAttributeIntNonNegative(parser, ATTRIBUTE_ID); in loadVibrationsInternal() local
171 "Unsupported empty customization tag for effect " + effectId); in loadVibrationsInternal() local
DHalVibration.java98 public VibrationEffect getFallback(int effectId) { in getFallback()
106 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
DVibrationSettings.java410 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
/frameworks/layoutlib/bridge/src/android/view/
DViewRootImpl_Delegate.java31 /*package*/ static boolean performHapticFeedback(ViewRootImpl thisViewRoot, int effectId, in performHapticFeedback()
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
DPrebakedSegmentTest.java279 private static PrebakedSegment createSegmentWithFallback(int effectId) { in createSegmentWithFallback()
284 private static PrebakedSegment createSegmentWithoutFallback(int effectId) { in createSegmentWithoutFallback()
/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.aidl165 boolean performHapticFeedback(int effectId, boolean always, boolean fromIme); in performHapticFeedback()
171 oneway void performHapticFeedbackAsync(int effectId, boolean always, boolean fromIme); in performHapticFeedbackAsync()
DWindowlessWindowManager.java519 public boolean performHapticFeedback(int effectId, boolean always, boolean fromIme) { in performHapticFeedback()
524 public void performHapticFeedbackAsync(int effectId, boolean always, boolean fromIme) { in performHapticFeedbackAsync()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioTrack.aidl66 int attachAuxEffect(int effectId); in attachAuxEffect()
/frameworks/base/core/java/android/os/
DVibrationEffect.java314 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined()
337 public static VibrationEffect get(int effectId) { in get()
364 public static VibrationEffect get(int effectId, boolean fallback) { in get()
653 public static String effectIdToString(int effectId) { in effectIdToString()
DSystemVibratorManager.java248 public void performHapticFeedback(int effectId, boolean always, String reason, in performHapticFeedback()
/frameworks/base/core/java/android/os/vibrator/
DPrebakedSegment.java55 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
DMultiVibratorInfo.java125 int effectId = firstVibratorEffects.keyAt(i); in supportedEffectsIntersection() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java80 public void vibrate(final int effectId) { in vibrate()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorControllerTest.java316 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/base/core/java/com/android/internal/vibrator/persistence/
DXmlConstants.java166 public static PredefinedEffectName findById(int effectId, @XmlConstants.Flags int flags) { in findById()
/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.cpp222 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
/frameworks/av/media/libaudioclient/tests/
Daudioeffect_tests.cpp284 audio_unique_id_t effectId; in TEST() local

123