Lines Matching refs:OFFLOAD
485 case OFFLOAD: in threadTypeToString()
908 || mType == OFFLOAD) { in dumpBase_l()
970 case OFFLOAD: in getWakeLockTag()
1316 case OFFLOAD: in checkEffectCompatibility_l()
1489 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()
1535 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()
1555 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()
1896 if (type == MIXER || type == DIRECT || type == OFFLOAD) { in PlaybackThread()
2295 case OFFLOAD: in createTrack_l()
3441 if (mType == OFFLOAD || mType == DIRECT) { in threadLoop()
3519 || mType == OFFLOAD) { // no indentation in threadLoop()
3835 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()
3858 if (mType == OFFLOAD) { in threadLoop()
4128 if ((mType == OFFLOAD || mType == DIRECT) && mOutput != NULL) { in getTimestamp_l()
6156 } else if ((mType == OFFLOAD) && !audio_has_proportional_frames(mFormat)) { in cacheParameters_l()
6299 : DirectOutputThread(audioFlinger, output, id, OFFLOAD, systemReady), in OffloadThread()