Home | History | Annotate | Download | only in soundpool

Lines Matching refs:AudioTrack

26 #include <media/AudioTrack.h>
550 AudioTrack* oldTrack;
551 AudioTrack* newTrack;
599 // The toggle is concatenated with the SoundChannel address and passed to AudioTrack
610 newTrack = new AudioTrack(streamType, sampleRate, sample->format(),
613 newTrack = new AudioTrack
619 LOGE("Error creating AudioTrack");
626 // From now on, AudioTrack callbacks recevieved with previous toggle value will be ignored.
697 AudioTrack::Buffer* b = NULL;
698 if (event == AudioTrack::EVENT_MORE_DATA) {
699 b = static_cast<AudioTrack::Buffer *>(info);
714 if (event == AudioTrack::EVENT_MORE_DATA) {
750 } else if (event == AudioTrack::EVENT_UNDERRUN) {
753 } else if (event == AudioTrack::EVENT_LOOP_END) {
883 // do not call AudioTrack destructor with mLock held as it will wait for the AudioTrack