Home | History | Annotate | Download | only in libcameraservice

Lines Matching full:msoundplayer

1331     mSoundPlayer[SOUND_SHUTTER] = newMediaPlayer("/system/media/audio/ui/camera_click.ogg");
1332 mSoundPlayer[SOUND_RECORDING] = newMediaPlayer("/system/media/audio/ui/VideoRecord.ogg");
1341 if (mSoundPlayer[i] != 0) {
1342 mSoundPlayer[i]->disconnect();
1343 mSoundPlayer[i].clear();
1351 sp<MediaPlayer> player = mSoundPlayer[kind];