Home | History | Annotate | Download | only in audioflinger

Lines Matching full:track

441     sp<PlaybackThread::Track> track;
500 track = thread->createTrack_l(client, streamType, sampleRate, format,
504 // for a track to be created
516 (void) track->setSyncEvent(mPendingSyncEvents[i]);
527 trackHandle = new TrackHandle(track);
529 // remove local strong reference to Client before deleting the Track so that the Client
532 track.clear();
1157 // Reserve one of the limited slots for a timed audio track associated
1166 ALOGW("can not create timed track - pid %d has exceeded the limit",
1175 // Release a slot for a timed audio track
1250 // create new record track.
1251 // The record track uses one track in mHardwareMixerThread by convention.
2118 // thread when a track with the same session ID is created