OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoundPoolPlayer
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/
SoundClips.java
46
return new
SoundPoolPlayer
(context);
96
private static class
SoundPoolPlayer
implements
99
private static final String TAG = "
SoundPoolPlayer
";
121
public
SoundPoolPlayer
(Context context) {
/packages/apps/Camera2/src/com/android/camera/
SoundClips.java
49
return new
SoundPoolPlayer
(context);
109
private static class
SoundPoolPlayer
implements
112
private static final Log.Tag TAG = new Log.Tag("
SoundPoolPlayer
");
136
public
SoundPoolPlayer
(Context context) {
Completed in 678 milliseconds