/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | EffectHalHidl.h | 66 uint64_t effectId() const { return mEffectId; } in effectId() function
|
H A D | EffectsFactoryHalHidl.cpp | 150 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect() 162 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
|
H A D | EffectHalHidl.cpp | 44 EffectHalHidl::EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId) in EffectHalHidl()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | VibratorHelper.java | 67 public void vibrate(final int effectId) { in vibrate()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SoundEffectConstants.java | 146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | VibrationEffect.java | 285 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined() 308 public static VibrationEffect get(int effectId) { in get() 335 public static VibrationEffect get(int effectId, boolean fallback) { in get() 515 public static String effectIdToString(int effectId) { in effectIdToString()
|
H A D | SystemVibrator.java | 272 public int isEffectSupported(int effectId) { in isEffectSupported()
|
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IAudioTrack.aidl | 66 int attachAuxEffect(int effectId); in attachAuxEffect()
|
H A D | IAudioFlingerService.aidl | 162 void setEffectSuspended(int effectId, in setEffectSuspended()
|
/aosp12/frameworks/base/core/java/android/os/vibrator/ |
H A D | PrebakedSegment.java | 46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
H A D | SystemSoundsPlayer.java | 207 Integer effectId = 0; in onLoadComplete() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | VibratorControllerTest.java | 310 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
|
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | EffectsFactory.cpp | 185 uint64_t effectId = EffectMap::INVALID_ID; in createEffectImpl() local
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | EffectsRecorder.java | 126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() 299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | Vibration.java | 130 public VibrationEffect getFallback(int effectId) { in getFallback() 138 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
|
H A D | VibrationSettings.java | 281 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | PrimaryDevice.cpp | 180 Return<Result> PrimaryDevice::addDeviceEffect(AudioPortHandle device, uint64_t effectId) { in addDeviceEffect() 184 Return<Result> PrimaryDevice::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in removeDeviceEffect()
|
H A D | Stream.cpp | 315 Return<Result> Stream::addEffect(uint64_t effectId) { in addEffect() 325 Return<Result> Stream::removeEffect(uint64_t effectId) { in removeEffect()
|
H A D | StreamIn.cpp | 246 Return<Result> StreamIn::addEffect(uint64_t effectId) { in addEffect() 250 Return<Result> StreamIn::removeEffect(uint64_t effectId) { in removeEffect()
|
H A D | Device.cpp | 527 Return<Result> Device::addDeviceEffect(AudioPortHandle device, uint64_t effectId) { in openOutputStream() 543 Return<Result> Device::removeDeviceEffect(AudioPortHandle device, uint64_t effectId) { in openOutputStream()
|
H A D | StreamOut.cpp | 253 Return<Result> StreamOut::addEffect(uint64_t effectId) { in addEffect() 257 Return<Result> StreamOut::removeEffect(uint64_t effectId) { in removeEffect()
|
/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | SimplePlayer.java | 180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_GenericMediaPlayer.cpp | 460 int32_t effectId = 0; in onAttachAuxEffect() local
|
H A D | android_GenericPlayer.cpp | 216 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyClientImpl.cpp | 210 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
|