Searched refs:NUM_SOUNDS (Results 1 – 2 of 2) sorted by relevance
295 NUM_SOUNDS enumerator1232 sp<MediaPlayer> mSoundPlayer[NUM_SOUNDS];
4035 for (int i = 0; i < NUM_SOUNDS; i++) { in decreaseSoundRef()4047 if (kind < 0 || kind >= NUM_SOUNDS) { in playSound()