Home | History | Annotate | Download | only in openwnn

Lines Matching refs:mSound

298     protected MediaPlayer mSound = null;
755 mSound = MediaPlayer.create(mWnn, R.raw.type);
757 mSound = null;
832 if (mSound != null) {
833 try { mSound.seekTo(0); mSound.start(); } catch (Exception ex) { }