Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:cblk

3011         audio_track_cblk_t* cblk = track->cblk();
3029 // because cblk->framesReady() will include these frames
3034 ALOG_ASSERT(desiredFrames <= cblk->frameCount_);
3046 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this);
3076 } else if (cblk->mServer != 0) {
3209 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this);
3232 android_atomic_or(CBLK_DISABLED, &cblk->mFlags);
3544 audio_track_cblk_t* cblk = track->cblk();
3603 audio_track_cblk_t* cblk = track->cblk();
3623 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer);
3649 ALOGVV("track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
3673 android_atomic_or(CBLK_DISABLED, &cblk->mFlags);
3978 audio_track_cblk_t* cblk = track->cblk();
4006 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
4064 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
4113 android_atomic_or(CBLK_DISABLED, &cblk->mFlags);
4293 if (outputTrack->cblk() != NULL) {