Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/
H A DHapticFeedbackVibrationProvider.java93 @Nullable public VibrationEffect getVibration(int effectId) { in getVibration()
114 @Nullable public VibrationEffect getVibration(int effectId, int inputSource) { in getVibration()
135 public VibrationAttributes getVibrationAttributes(int effectId, in getVibrationAttributes()
175 public VibrationAttributes getVibrationAttributes(int effectId, in getVibrationAttributes()
201 public boolean isRestrictedHapticFeedback(int effectId) { in isRestrictedHapticFeedback()
216 private boolean isFeedbackConstantEnabled(int effectId) { in isFeedbackConstantEnabled()
229 private VibrationEffect getVibrationForHapticFeedback(int effectId) { in getVibrationForHapticFeedback()
329 private VibrationEffect getKeyboardVibration(int effectId) { in getKeyboardVibration()
366 int effectId, int flags) { in getVibrationAttributesWithFlags()
379 private static boolean shouldBypassInterruptionPolicy(int effectId) { in shouldBypassInterruptionPolicy()
H A DHapticFeedbackCustomization.java165 VibrationEffect getEffect(int effectId) { in getEffect()
170 VibrationEffect getEffect(int effectId, int inputSource) { in getEffect()
291 int effectId = XmlReader.readAttributeIntNonNegative(parser, ATTRIBUTE_ID); in parseVibrations() local
300 "Unsupported empty customization tag for effect " + effectId); in parseVibrations() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DVibrationEffect.java331 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined()
379 public static VibrationEffect get(int effectId) { in get()
406 public static VibrationEffect get(int effectId, boolean fallback) { in get()
753 public static String effectIdToString(int effectId) { in effectIdToString()
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/model/
DWallpaperAction.java14 private final java.lang.String effectId = null; field in WallpaperAction
21 android.net.Uri applyActionUri, @org.jetbrains.annotations.Nullable() in WallpaperAction()
85 android.net.Uri applyActionUri, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/audio/
H A DAuxEffectInfo.java41 public final int effectId; field in AuxEffectInfo
60 public AuxEffectInfo(int effectId, float sendLevel) { in AuxEffectInfo()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/audio/
H A DAuxEffectInfo.java41 public final int effectId; field in AuxEffectInfo
60 public AuxEffectInfo(int effectId, float sendLevel) { in AuxEffectInfo()
/aosp_15_r20/device/generic/goldfish/audio/
Dprimary_device.cpp244 Return<Result> Device::addDeviceEffect(AudioPortHandle device, uint64_t effectId) { in addDeviceEffect()
250 Return<Result> Device::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect()
474 Return<Result> PrimaryDevice::addDeviceEffect(AudioPortHandle device, uint64_t effectId) { in addDeviceEffect()
478 Return<Result> PrimaryDevice::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect()
Dstream_in.cpp266 Return<Result> StreamIn::addEffect(uint64_t effectId) { in addEffect()
271 Return<Result> StreamIn::removeEffect(uint64_t effectId) { in removeEffect()
Dstream_out.cpp316 Return<Result> StreamOut::addEffect(uint64_t effectId) { in addEffect()
321 Return<Result> StreamOut::removeEffect(uint64_t effectId) { in removeEffect()
/aosp_15_r20/frameworks/base/core/tests/vibrator/src/android/os/vibrator/
H A DPrebakedSegmentTest.java322 private static PrebakedSegment createSegmentWithFallback(int effectId) { in createSegmentWithFallback()
327 private static PrebakedSegment createSegmentWithoutFallback(int effectId) { in createSegmentWithoutFallback()
/aosp_15_r20/frameworks/av/media/libaudiohal/impl/
H A 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()
H A DEffectHalHidl.h64 uint64_t effectId() const { return mEffectId; } in effectId() function
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/7.0/[email protected]_genc++/gen/android/hardware/audio/7.0/
DStreamAll.cpp575 …this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t effectId) { in _hidl_addEffect()
639 …this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t effectId) { in _hidl_removeEffect()
1640 …ardware::Return<::android::hardware::audio::V7_0::Result> BpHwStream::addEffect(uint64_t effectId){ in addEffect()
1646 …ware::Return<::android::hardware::audio::V7_0::Result> BpHwStream::removeEffect(uint64_t effectId){ in removeEffect()
2202 uint64_t effectId; in _hidl_addEffect() local
2258 uint64_t effectId; in _hidl_removeEffect() local
DDeviceAll.cpp2187 …:hardware::details::HidlInstrumentor *_hidl_this_instrumentor, int32_t device, uint64_t effectId) { in _hidl_addDeviceEffect()
2255 …:hardware::details::HidlInstrumentor *_hidl_this_instrumentor, int32_t device, uint64_t effectId) { in _hidl_removeDeviceEffect()
2463 …oid::hardware::audio::V7_0::Result> BpHwDevice::addDeviceEffect(int32_t device, uint64_t effectId){ in addDeviceEffect()
2469 …::hardware::audio::V7_0::Result> BpHwDevice::removeDeviceEffect(int32_t device, uint64_t effectId){ in removeDeviceEffect()
4533 uint64_t effectId; in _hidl_addDeviceEffect() local
4594 uint64_t effectId; in _hidl_removeDeviceEffect() local
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java126 public static boolean isEffectSupported(int effectId) { in isEffectSupported()
299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/6.0/[email protected]_genc++/gen/android/hardware/audio/6.0/
DStreamAll.cpp1036 …this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t effectId) { in _hidl_addEffect()
1100 …this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, uint64_t effectId) { in _hidl_removeEffect()
2143 …ardware::Return<::android::hardware::audio::V6_0::Result> BpHwStream::addEffect(uint64_t effectId){ in addEffect()
2149 …ware::Return<::android::hardware::audio::V6_0::Result> BpHwStream::removeEffect(uint64_t effectId){ in removeEffect()
3110 uint64_t effectId; in _hidl_addEffect() local
3166 uint64_t effectId; in _hidl_removeEffect() local
DDeviceAll.cpp2049 …:hardware::details::HidlInstrumentor *_hidl_this_instrumentor, int32_t device, uint64_t effectId) { in _hidl_addDeviceEffect()
2117 …:hardware::details::HidlInstrumentor *_hidl_this_instrumentor, int32_t device, uint64_t effectId) { in _hidl_removeDeviceEffect()
2325 …oid::hardware::audio::V6_0::Result> BpHwDevice::addDeviceEffect(int32_t device, uint64_t effectId){ in addDeviceEffect()
2331 …::hardware::audio::V6_0::Result> BpHwDevice::removeDeviceEffect(int32_t device, uint64_t effectId){ in removeDeviceEffect()
4255 uint64_t effectId; in _hidl_addDeviceEffect() local
4316 uint64_t effectId; in _hidl_removeDeviceEffect() local
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp319 Return<Result> Stream::addEffect(uint64_t effectId) { in addEffect()
329 Return<Result> Stream::removeEffect(uint64_t effectId) { in removeEffect()
H A DPrimaryDevice.cpp184 Return<Result> PrimaryDevice::addDeviceEffect(AudioPortHandle device, uint64_t effectId) { in addDeviceEffect()
188 Return<Result> PrimaryDevice::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect()
H A DStreamIn.cpp250 Return<Result> StreamIn::addEffect(uint64_t effectId) { in addEffect()
254 Return<Result> StreamIn::removeEffect(uint64_t effectId) { in removeEffect()
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/
H A DViewRootImpl_Delegate.java31 /*package*/ static boolean performHapticFeedback(ViewRootImpl thisViewRoot, int effectId, in performHapticFeedback()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperAction.kt25 val effectId: String?, constant in com.android.wallpaper.model.WallpaperAction
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/7.1/[email protected]_genc++/gen/android/hardware/audio/7.1/
DPrimaryDeviceAll.cpp397 …rdware::audio::V7_0::Result> BpHwPrimaryDevice::addDeviceEffect(int32_t device, uint64_t effectId){ in addDeviceEffect()
403 …are::audio::V7_0::Result> BpHwPrimaryDevice::removeDeviceEffect(int32_t device, uint64_t effectId){ in removeDeviceEffect()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
/aosp_15_r20/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java66 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()

12345678910>>...14