Searched defs:maximum (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/cpustats/
H A DCentralTendencyStatistics.h42 // return the maximum of all samples so far
43 double maximum() const { return mMaximum; } function in class:CentralTendencyStatistics
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp94 // maximum divider applied to the active sleep time in the mixer thread loop
1890 double maximum = stats.maximum(); local
1897 maximum * .001,
1901 maximum / perLoop100);

Completed in 385 milliseconds