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

/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h28 mMean(NAN), mMedian(NAN), mMinimum(INFINITY), mMaximum(-INFINITY), mN(0), mM2(0),
37 double mean() const { return mMean; }
58 double mMean; member in class:CentralTendencyStatistics

Completed in 537 milliseconds