Lines Matching refs:mTotalEffectsCpuLoad
871 if (mTotalEffectsCpuLoad + desc->cpuLoad > getMaxEffectsCpuLoad()) {
881 mTotalEffectsCpuLoad += desc->cpuLoad;
887 LOGV(" total CPU %d, total memory %d", mTotalEffectsCpuLoad, mTotalEffectsMemory);
909 if (mTotalEffectsCpuLoad < pDesc->mDesc.cpuLoad) {
911 pDesc->mDesc.cpuLoad, mTotalEffectsCpuLoad);
912 pDesc->mDesc.cpuLoad = mTotalEffectsCpuLoad;
914 mTotalEffectsCpuLoad -= pDesc->mDesc.cpuLoad;
923 LOGV(" total CPU %d, total memory %d", mTotalEffectsCpuLoad, mTotalEffectsMemory);
996 (float)mTotalEffectsCpuLoad/10, mTotalEffectsMemory);
1021 mLimitRingtoneVolume(false), mTotalEffectsCpuLoad(0), mTotalEffectsMemory(0)