Searched refs:mSounds (Results 1 – 1 of 1) sorted by relevance
36 private FixedSizeArray<Sound> mSounds; field in SoundSystem44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator); in SoundSystem()55 mSounds.clear(); in reset()72 mSounds.add(result); in load()73 mSounds.sort(false); in load()76 result = mSounds.get(index); in load()164 return mSounds.find(mSearchDummy, false); in findSound()