Lines Matching refs:mSoundPlayer
313 private SoundPlayer mSoundPlayer; field in CaptureModule
426 mSoundPlayer = new SoundPlayer(mContext); in init()
428 FocusSound focusSound = new FocusSound(mSoundPlayer, R.raw.material_camera_focus); in init()
596 mSoundPlayer.play(R.raw.timer_final_second, 0.6f); in onRemainingSecondsChanged()
598 mSoundPlayer.play(R.raw.timer_increment, 0.6f); in onRemainingSecondsChanged()
716 mSoundPlayer.loadSound(R.raw.timer_final_second); in resume()
717 mSoundPlayer.loadSound(R.raw.timer_increment); in resume()
739 mSoundPlayer.unloadSound(R.raw.timer_final_second); in pause()
740 mSoundPlayer.unloadSound(R.raw.timer_increment); in pause()
745 mSoundPlayer.release(); in destroy()
1373 imageRotationCalculator, mBurstController, mSoundPlayer,