Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIAudioService.aidl64 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java1368 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
1403 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
DAudioService.java989 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService
2079 private void playSoundEffect(int effectType, int volume) { in playSoundEffect() method in AudioService.AudioHandler
/frameworks/base/core/java/android/view/
DViewRootImpl.java3581 public void playSoundEffect(int effectId) { in playSoundEffect() method in ViewRootImpl