Searched refs:mTotalEffectsCpuLoad (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h826 uint32_t mTotalEffectsCpuLoad; // current CPU load used by effects member in class:android::AudioPolicyManager
H A DAudioPolicyManager.cpp2028 if (mTotalEffectsCpuLoad + effectDesc->mDesc.cpuLoad > getMaxEffectsCpuLoad()) {
2033 mTotalEffectsCpuLoad += effectDesc->mDesc.cpuLoad;
2034 ALOGV("setEffectEnabled(true) total CPU %d", mTotalEffectsCpuLoad);
2036 if (mTotalEffectsCpuLoad < effectDesc->mDesc.cpuLoad) {
2038 effectDesc->mDesc.cpuLoad, mTotalEffectsCpuLoad);
2039 effectDesc->mDesc.cpuLoad = mTotalEffectsCpuLoad;
2041 mTotalEffectsCpuLoad -= effectDesc->mDesc.cpuLoad;
2042 ALOGV("setEffectEnabled(false) total CPU %d", mTotalEffectsCpuLoad);
2315 (float)mTotalEffectsCpuLoad/10, mTotalEffectsMemory);
3053 mTotalEffectsCpuLoad(
[all...]

Completed in 97 milliseconds