Home | History | Annotate | Download | only in libmedia

Lines Matching refs:track

203         ALOGE("Track already in use");
754 // Client decides whether the track is TIMED (see below), but can only express a preference
861 sp<IAudioTrack> track = audioFlinger->createTrack(streamType,
875 if (track == 0) {
876 ALOGE("AudioFlinger could not create track, status: %d", status);
879 sp<IMemory> iMem = track->getCblk();
884 mAudioTrack = track;
892 // for fast track as it uses a special method of assigning frame count.
1020 ALOGW("obtainBuffer create Track error %d", result);
1068 // restart track
1071 ALOGW("releaseBuffer() track %p name=%#x disabled, restarting", this, cblk->mName);
1163 // If the track is not invalid already, try to allocate a buffer. alloc
1164 // fails indicating that the server is dead, flag the track as invalid so
1174 // If the track is invalid at this point, attempt to restore it. and try the
1198 // restart track if it was disabled by audioflinger due to previous underrun
1202 ALOGW("queueTimedBuffer() track %p disabled, restarting", this);