Home | History | Annotate | Download | only in cts

Lines Matching defs:track

682         AudioTrack track = null;
696 track = new AudioTrack.Builder()
706 track.write(vab, 0 /* offsetInBytes */, vab.length,
708 final int trackSessionId = track.getAudioSessionId();
731 // If the track does not complete in 30 seconds, recording begins regardless.
734 // (2) Track completion may be triggered by pause() as well as stop()
744 track.play();
808 if (track != null) {
809 track.release();
810 track = null;