Searched refs:mSoundPlayer (Results 1 – 2 of 2) sorted by relevance
742 mSoundPlayer[SOUND_SHUTTER] = newMediaPlayer("/system/media/audio/ui/camera_click.ogg"); in loadSound()743 mSoundPlayer[SOUND_RECORDING] = newMediaPlayer("/system/media/audio/ui/VideoRecord.ogg"); in loadSound()752 if (mSoundPlayer[i] != 0) { in releaseSound()753 mSoundPlayer[i]->disconnect(); in releaseSound()754 mSoundPlayer[i].clear(); in releaseSound()762 sp<MediaPlayer> player = mSoundPlayer[kind]; in playSound()
327 sp<MediaPlayer> mSoundPlayer[NUM_SOUNDS]; variable