OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSounds
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java
36
private FixedSizeArray<Sound>
mSounds
;
44
mSounds
= new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator);
55
mSounds
.clear();
72
mSounds
.add(result);
73
mSounds
.sort(false);
76
result =
mSounds
.get(index);
164
return
mSounds
.find(mSearchDummy, false);
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java
73
private int[]
mSounds
;
117
mSounds
= new int[numSounds];
122
mSounds
[index] = loadSound(mTestFiles[index], NORMAL_PRIORITY);
123
mLastSample =
mSounds
[index];
132
int count =
mSounds
.length;
134
int id = mSoundPool.play(
mSounds
[index], DEFAULT_VOLUME, DEFAULT_VOLUME,
156
int id = mSoundPool.play(
mSounds
[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
177
int id = mSoundPool.play(
mSounds
[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
201
int normalId = mSoundPool.play(
mSounds
[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
211
int id = mSoundPool.play(
mSounds
[0], DEFAULT_VOLUME, DEFAULT_VOLUME
[
all
...]
Completed in 1064 milliseconds