Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:cblk

2962         audio_track_cblk_t* cblk = track->cblk();
2980 // because cblk->framesReady() will include these frames
2985 ALOG_ASSERT(desiredFrames <= cblk->frameCount_);
3004 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this);
3034 } else if (cblk->mServer != 0) {
3167 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this);
3190 android_atomic_or(CBLK_DISABLED, &cblk->mFlags);
3502 audio_track_cblk_t* cblk = track->cblk();
3561 audio_track_cblk_t* cblk = track->cblk();
3580 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer);
3606 ALOGVV("track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
3925 audio_track_cblk_t* cblk = track->cblk();
3964 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
3997 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
4217 if (outputTrack->cblk() != NULL) {