Home
last modified time | relevance | path

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

/system/media/audio_utils/
DPowerLog.cpp180 float cumulative = 0.f; in dumpToString() local
188 ss << " ] sum(" << audio_utils_power_from_energy(cumulative) << ")"; in dumpToString()
196 cumulative = 0.f; in dumpToString()
217 cumulative += energy; in dumpToString()