Home
last modified time | relevance | path

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

123

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DEffectHalHidl.h66 uint64_t effectId() const { return mEffectId; } in effectId() function
H A DEffectsFactoryHalHidl.cpp150 [&](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 DEffectHalHidl.cpp44 EffectHalHidl::EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId) in EffectHalHidl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DVibratorHelper.java67 public void vibrate(final int effectId) { in vibrate()
/aosp12/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java285 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 DSystemVibrator.java272 public int isEffectSupported(int effectId) { in isEffectSupported()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioTrack.aidl66 int attachAuxEffect(int effectId); in attachAuxEffect()
H A DIAudioFlingerService.aidl162 void setEffectSuspended(int effectId, in setEffectSuspended()
/aosp12/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java46 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSystemSoundsPlayer.java207 Integer effectId = 0; in onLoadComplete() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java310 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffectsFactory.cpp185 uint64_t effectId = EffectMap::INVALID_ID; in createEffectImpl() local
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java126 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 DVibration.java130 public VibrationEffect getFallback(int effectId) { in getFallback()
138 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
H A DVibrationSettings.java281 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DPrimaryDevice.cpp180 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 DStream.cpp315 Return<Result> Stream::addEffect(uint64_t effectId) { in addEffect()
325 Return<Result> Stream::removeEffect(uint64_t effectId) { in removeEffect()
H A DStreamIn.cpp246 Return<Result> StreamIn::addEffect(uint64_t effectId) { in addEffect()
250 Return<Result> StreamIn::removeEffect(uint64_t effectId) { in removeEffect()
H A DDevice.cpp527 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 DStreamOut.cpp253 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 DSimplePlayer.java180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp460 int32_t effectId = 0; in onAttachAuxEffect() local
H A Dandroid_GenericPlayer.cpp216 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp210 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()

123