Searched refs:SoundPoolPlayer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java46 return new SoundPoolPlayer(context);
96 private static class SoundPoolPlayer implements class in class:SoundClips
99 private static final String TAG = "SoundPoolPlayer";
121 public SoundPoolPlayer(Context context) { method in class:SoundClips.SoundPoolPlayer
/packages/apps/Camera2/src/com/android/camera/
H A DSoundClips.java49 return new SoundPoolPlayer(context);
109 private static class SoundPoolPlayer implements class in class:SoundClips
112 private static final Log.Tag TAG = new Log.Tag("SoundPoolPlayer");
136 public SoundPoolPlayer(Context context) { method in class:SoundClips.SoundPoolPlayer

Completed in 133 milliseconds