Searched refs:mSoundPlayer (Results 1 – 3 of 3) sorted by relevance
56 private final SoundPlayer mSoundPlayer; field in ResourceConstructedImpl118 mSoundPlayer = new SoundPlayer(mContext); in ResourceConstructedImpl()203 return mSoundPlayer; in getSoundPlayer()
320 private SoundPlayer mSoundPlayer; field in CaptureModule435 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()[all …]
268 private SoundPlayer mSoundPlayer; field in CameraActivity1409 mSoundPlayer = new SoundPlayer(mAppContext); in onCreateTasks()2199 if (mSoundPlayer != null) { in onDestroyTasks()2200 mSoundPlayer.release(); in onDestroyTasks()2576 return mSoundPlayer; in getSoundPlayer()