Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java320 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java120 /*package*/ void playSoundEffect(int effect, int volume) { in playSoundEffect() method in SoundEffectsHelper
DAudioService.java3504 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService
/frameworks/base/media/java/android/media/
DIAudioService.aidl135 oneway void playSoundEffect(int effectType); in playSoundEffect() method
DAudioManager.java2257 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioManager
2292 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() method in AudioManager
2328 public void playSoundEffect(int effectType, float volume) { in playSoundEffect() method in AudioManager
/frameworks/base/core/java/android/view/
DView.java25559 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in View
28325 void playSoundEffect(int effectId); in playSoundEffect() method
DViewRootImpl.java7141 public void playSoundEffect(int effectId) { in playSoundEffect() method