Searched defs:soundId (Results 1 – 5 of 5) sorted by relevance
57 int soundId = mSoundPool.load(mAppContext, resourceId, 1/* priority */); in loadSound() local66 Integer soundId = mResourceToSoundId.get(resourceId); in play() local77 Integer soundId = mResourceToSoundId.get(resourceId); in unloadSound() local
31 public FocusSound(SoundPlayer player, int soundId) { in FocusSound()
185 int soundId = msg.arg1; in handleMessage() local
84 public void playSound(int soundId); in playSound()
1068 public void playSound(int soundId) { in playSound()