Home | History | Annotate | Download | only in camera

Lines Matching defs:mSoundPlayer

179     private SoundClips.Player mSoundPlayer;
314 mSoundPlayer = SoundClips.getPlayer(context);
942 mSoundPlayer.play(SoundClips.START_VIDEO_RECORDING);
962 mSoundPlayer.play(SoundClips.STOP_VIDEO_RECORDING);
1128 if (mSoundPlayer != null) {
1129 mSoundPlayer.release();
1130 mSoundPlayer = null;