SoundClips.java | 39 public void play(int action); method in interface:SoundClips.Player 75 public synchronized void play(int action) { method in class:SoundClips.MediaActionSoundPlayer 78 mSound.play(MediaActionSound.FOCUS_COMPLETE); 81 mSound.play(MediaActionSound.START_VIDEO_RECORDING); 84 mSound.play(MediaActionSound.STOP_VIDEO_RECORDING); 148 public synchronized void play(int action) { method in class:SoundClips.SoundPoolPlayer 150 Log.e(TAG, "Resource ID not found for action:" + action + " in play()."); 156 // Not loaded yet, load first and then play when the loading is complete. 163 mSoundPool.play(mSoundIDs[index], 1f, 1f, 0, 0, 1f); 189 mSoundPool.play(soundID, 1f, 1f, 0, 0, 1f) [all...] |