Lines Matching refs:mSoundPlayer
320 private SoundPlayer mSoundPlayer; field in CaptureModule
435 mSoundPlayer = new SoundPlayer(mContext); in init()
437 FocusSound focusSound = new FocusSound(mSoundPlayer, R.raw.material_camera_focus); in init()
626 mSoundPlayer.play(R.raw.timer_final_second, 0.6f); in onRemainingSecondsChanged()
628 mSoundPlayer.play(R.raw.timer_increment, 0.6f); in onRemainingSecondsChanged()
746 mSoundPlayer.loadSound(R.raw.timer_final_second); in resume()
747 mSoundPlayer.loadSound(R.raw.timer_increment); in resume()
769 mSoundPlayer.unloadSound(R.raw.timer_final_second); in pause()
770 mSoundPlayer.unloadSound(R.raw.timer_increment); in pause()
775 mSoundPlayer.release(); in destroy()
1403 imageRotationCalculator, mBurstController, mSoundPlayer,