Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:getCblk

1539         if (track->getCblk() == NULL || track->name() < 0) {
3320 sp<IMemory> AudioFlinger::ThreadBase::TrackBase::getCblk() const
4105 sp<IMemory> AudioFlinger::TrackHandle::getCblk() const {
4106 return mTrack->getCblk();
4225 sp<IMemory> AudioFlinger::RecordHandle::getCblk() const {
4226 return mRecordTrack->getCblk();
4493 if (track->getCblk() == NULL) {
7018 sp<IMemory> AudioFlinger::EffectHandle::getCblk() const {