Home
last modified time | relevance | path

Searched refs:onPlaySoundEffect (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/companion/virtual/
DIVirtualDeviceSoundEffectListener.aidl33 void onPlaySoundEffect(int effectType); in onPlaySoundEffect() method
DVirtualDeviceInternal.java133 public void onPlaySoundEffect(int soundEffect) {
138 mSoundEffectListeners.valueAt(i).onPlaySoundEffect(soundEffect);
541 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect() method in VirtualDeviceInternal.SoundEffectListenerDelegate
542 mExecutor.execute(() -> mSoundEffectListener.onPlaySoundEffect(effectType)); in onPlaySoundEffect()
DVirtualDeviceManager.java1182 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect() method
/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java260 void onPlaySoundEffect(int effect, int volume) { in onPlaySoundEffect() method in SoundEffectsHelper
486 onPlaySoundEffect(effect, volume); in handleMessage()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java1467 mSoundEffectListener.onPlaySoundEffect(effectType);
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1929 verify(mSoundEffectListener).onPlaySoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect_callsSoundEffectListener()
/frameworks/base/core/api/
Dsystem-current.txt3459 method public void onPlaySoundEffect(int);