Home
last modified time | relevance | path

Searched defs:onPlaySoundEffect (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/companion/virtual/
DIVirtualDeviceSoundEffectListener.aidl33 void onPlaySoundEffect(int effectType); in onPlaySoundEffect() method
DVirtualDeviceInternal.java541 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect() method in VirtualDeviceInternal.SoundEffectListenerDelegate
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