OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTotalEffectsCpuLoad
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
EffectDescriptor.cpp
47
mTotalEffectsCpuLoad
(0),
133
if (
mTotalEffectsCpuLoad
+ effectDesc->mDesc.cpuLoad > getMaxEffectsCpuLoad()) {
138
mTotalEffectsCpuLoad
+= effectDesc->mDesc.cpuLoad;
139
ALOGV("setEffectEnabled(true) total CPU %d",
mTotalEffectsCpuLoad
);
141
if (
mTotalEffectsCpuLoad
< effectDesc->mDesc.cpuLoad) {
143
effectDesc->mDesc.cpuLoad,
mTotalEffectsCpuLoad
);
144
effectDesc->mDesc.cpuLoad =
mTotalEffectsCpuLoad
;
146
mTotalEffectsCpuLoad
-= effectDesc->mDesc.cpuLoad;
147
ALOGV("setEffectEnabled(false) total CPU %d",
mTotalEffectsCpuLoad
);
184
(float)
mTotalEffectsCpuLoad
/10, mTotalEffectsMemory, mTotalEffectsMemoryMaxUsed)
[
all
...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
EffectDescriptor.h
58
uint32_t
mTotalEffectsCpuLoad
; // current CPU load used by effects (in MIPS)
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
561
uint32_t
mTotalEffectsCpuLoad
; // current CPU load used by effects
Completed in 66 milliseconds