Searched refs:playSoundEffectVolume (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl96 oneway void playSoundEffectVolume(int effectType, float volume);
H A DAudioManager.java1783 service.playSoundEffectVolume(effectType, volume);
H A DAudioService.java1787 playSoundEffectVolume(effectType, -1.0f);
1791 public void playSoundEffectVolume(int effectType, float volume) { method in class:AudioService

Completed in 78 milliseconds