Home
last modified time | relevance | path

Searched defs:binIndex (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
DHistogram.h48 int32_t binIndex = (value + mBinWidth) / mBinWidth; in add() local
83 uint64_t getCount(int32_t binIndex) const { in getCount()
103 uint64_t getLastItemNumber(int32_t binIndex) const { in getLastItemNumber()
/system/core/libstats/expresslog/
DHistogram.cpp70 const int binIndex = mBinOptions->getBinForSample(sample); in logSample() local
75 const int binIndex = mBinOptions->getBinForSample(sample); in logSampleWithUid() local