Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaudiohal/impl/
DEffectHalHidl.h66 uint64_t effectId() const { return mEffectId; } in effectId() function
DEffectsFactoryHalHidl.cpp116 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
DEffectHalHidl.cpp43 EffectHalHidl::EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId) in EffectHalHidl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java66 public void vibrate(final int effectId) { in vibrate()
/frameworks/base/core/java/android/os/
DVibrationEffect.java258 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined()
281 public static VibrationEffect get(int effectId) { in get()
308 public static VibrationEffect get(int effectId, boolean fallback) { in get()
712 public Prebaked(int effectId, boolean fallback) { in Prebaked()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DSimplePlayer.java180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
/frameworks/av/media/libaudioclient/
DIAudioTrack.cpp106 virtual status_t attachAuxEffect(int effectId) in attachAuxEffect()
DIAudioFlinger.cpp722 virtual void setEffectSuspended(int effectId, in setEffectSuspended()
1391 int effectId = data.readInt32(); in onTransact() local
/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()
Dandroid_Effect.cpp687 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp175 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
/frameworks/av/media/libmediaplayer2/
DMediaPlayer2AudioOutput.cpp489 status_t MediaPlayer2AudioOutput::attachAuxEffect(int effectId) { in attachAuxEffect()
Dmediaplayer2.cpp928 status_t MediaPlayer2::attachAuxEffect(int effectId) { in attachAuxEffect()
DJAudioTrack.cpp306 status_t JAudioTrack::attachAuxEffect(int effectId) { in attachAuxEffect()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl159 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp745 status_t MediaPlayer::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java249 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1332 status_t MediaPlayerService::Client::attachAuxEffect(int effectId) in attachAuxEffect()
2337 status_t MediaPlayerService::AudioOutput::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/base/media/java/android/media/
DAudioTrack.java2986 public int attachAuxEffect(int effectId) { in attachAuxEffect()
3664 private native final int native_attachAuxEffect(int effectId); in native_attachAuxEffect()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5281 private boolean performHapticFeedback(int effectId, boolean always, String reason) { in performHapticFeedback()
5287 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
5307 private VibrationEffect getVibrationEffect(int effectId) { in getVibrationEffect()
DWindowManagerPolicy.java1309 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
/frameworks/av/services/audioflinger/
DThreads.cpp1312 audio_unique_id_t effectId = AUDIO_UNIQUE_ID_USE_UNSPECIFIED; in createEffect_l() local
1413 int effectId) in getEffect()
1420 int effectId) in getEffect_l()
3205 void AudioFlinger::PlaybackThread::detachAuxEffect_l(int effectId) in detachAuxEffect_l()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java1133 private VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp1023 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) { in android_media_MediaPlayer_attachAuxEffect()

12