Home
last modified time | relevance | path

Searched refs:cpuLoad (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DEffectDescriptor.cpp135 if (mTotalEffectsCpuLoad + effectDesc->mDesc.cpuLoad > getMaxEffectsCpuLoad()) { in setEffectEnabled()
137 effectDesc->mDesc.name, (float)effectDesc->mDesc.cpuLoad/10); in setEffectEnabled()
140 mTotalEffectsCpuLoad += effectDesc->mDesc.cpuLoad; in setEffectEnabled()
143 if (mTotalEffectsCpuLoad < effectDesc->mDesc.cpuLoad) { in setEffectEnabled()
145 effectDesc->mDesc.cpuLoad, mTotalEffectsCpuLoad); in setEffectEnabled()
146 effectDesc->mDesc.cpuLoad = mTotalEffectsCpuLoad; in setEffectEnabled()
148 mTotalEffectsCpuLoad -= effectDesc->mDesc.cpuLoad; in setEffectEnabled()
/aosp12/hardware/interfaces/audio/effect/all-versions/default/util/
H A DEffectUtils.cpp183 descriptor->cpuLoad = halDescriptor.cpuLoad; in effectDescriptorFromHal()
202 halDescriptor->cpuLoad = descriptor.cpuLoad; in effectDescriptorToHal()
/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio_collector.cpp260 float cpuLoad = 0.; in PrintPids() local
269 cpuLoad = (newerSample->utime() - olderSample->utime() + in PrintPids()
274 stats.cpu += cpuLoad; in PrintPids()
289 cpuLoad); in PrintPids()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DEffectDescriptor.aidl34 int cpuLoad;
/aosp12/system/media/audio/include/system/
H A Daudio_effect.h57 uint16_t cpuLoad; // CPU load indication (see below) member
/aosp12/hardware/interfaces/audio/effect/2.0/
H A Dtypes.hal207 uint16_t cpuLoad; // CPU load indication expressed in 0.1 MIPS units
/aosp12/hardware/interfaces/audio/effect/4.0/
H A Dtypes.hal207 uint16_t cpuLoad; // CPU load indication expressed in 0.1 MIPS units
/aosp12/hardware/interfaces/audio/effect/5.0/
H A Dtypes.hal209 uint16_t cpuLoad; // CPU load indication expressed in 0.1 MIPS units
/aosp12/hardware/interfaces/audio/effect/6.0/
H A Dtypes.hal209 uint16_t cpuLoad; // CPU load indication expressed in 0.1 MIPS units
/aosp12/hardware/interfaces/audio/effect/7.0/
H A Dtypes.hal216 uint16_t cpuLoad;
/aosp12/frameworks/av/media/libaudioclient/
H A DAidlConversion.cpp1673 legacy.cpuLoad = VALUE_OR_RETURN(convertIntegral<uint16_t>(aidl.cpuLoad)); in aidl2legacy_EffectDescriptor_effect_descriptor_t()
1688 aidl.cpuLoad = VALUE_OR_RETURN(convertIntegral<int32_t>(legacy.cpuLoad)); in legacy2aidl_effect_descriptor_t_EffectDescriptor()