Searched defs:Player (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java37 public interface Player { interface in class:SoundClips
42 public static Player getPlayer(Context context) {
51 * This class implements SoundClips.Player using MediaActionSound,
55 private static class MediaActionSoundPlayer implements Player {
93 * This class implements SoundClips.Player using SoundPool, which
97 Player, SoundPool.OnLoadCompleteListener {
/packages/apps/Camera2/src/com/android/camera/
H A DSoundClips.java40 public interface Player { interface in class:SoundClips
45 public static Player getPlayer(Context context) {
60 * This class implements SoundClips.Player using MediaActionSound,
64 private static class MediaActionSoundPlayer implements Player {
106 * This class implements SoundClips.Player using SoundPool, which
110 Player, SoundPool.OnLoadCompleteListener {

Completed in 61 milliseconds