Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java260 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
/frameworks/base/media/java/android/media/
DIAudioService.aidl98 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java1880 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
1915 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() method in AudioManager
1951 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2734 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService
/frameworks/base/core/java/android/view/
DViewRootImpl.java6151 public void playSoundEffect(int effectId) { in playSoundEffect() method in ViewRootImpl