Home
last modified time | relevance | path

Searched refs:SystemSoundEffect (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSystemSoundsPlayer.java59 public @interface SystemSoundEffect {} annotation in SystemSoundsPlayer
94 public void playSoundEffect(@SystemSoundEffect int effect) { in playSoundEffect()
155 private int getSoundPoolIdForEffect(@SystemSoundEffect int effect) { in getSoundPoolIdForEffect()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioManager.java3415 public @interface SystemSoundEffect {} annotation in AudioManager
3496 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect()
3521 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect()
3547 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect()