Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootio/
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()
/system/media/audio/include/system/
Daudio_effect.h57 uint16_t cpuLoad; // CPU load indication (see below) member