Home | History | Annotate | Download | only in audioflinger

Lines Matching full:cblk

4029         audio_track_cblk_t* cblk = track->cblk();
4077 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this);
4111 } else if (cblk->mServer != 0) {
4286 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this);
4703 audio_track_cblk_t* cblk = track->cblk();
4750 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer);
5227 audio_track_cblk_t* cblk = track->cblk();
5298 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
5340 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
5572 if (outputTrack->cblk() != NULL) {
5978 // Push a new fast capture state if fast capture is not already running, or cblk change
6001 audio_track_cblk_t *cblkNew = fastTrack != 0 ? fastTrack->cblk() : NULL;