Lines Matching refs:OFFLOAD
504 case OFFLOAD: in threadTypeToString()
943 || mType == OFFLOAD) { in dumpBase_l()
1005 case OFFLOAD: in getWakeLockTag()
1366 case OFFLOAD: in checkEffectCompatibility_l()
1549 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()
1595 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()
1615 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()
1963 if (type == MIXER || type == DIRECT || type == OFFLOAD) {
2361 case OFFLOAD: in createTrack_l()
3802 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()
3825 if (mType == OFFLOAD) { in threadLoop()
4056 && mType != OFFLOAD) { in collectTimestamps_l()
4244 if ((mType == OFFLOAD || mType == DIRECT) && mOutput != NULL) { in getTimestamp_l()
6271 } else if ((mType == OFFLOAD) && !audio_has_proportional_frames(mFormat)) { in cacheParameters_l()
6414 : DirectOutputThread(audioFlinger, output, id, OFFLOAD, systemReady), in OffloadThread()