Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/mediametrics/
H A DMediaMetricsService.cpp107 : mMaxRecords(kMaxRecords), in MediaMetricsService()
416 if (mMaxRecords > 0 && mItems.size() > mMaxRecords) { in expirations()
417 overlimit = mItems.size() - mMaxRecords; in expirations()
H A DMediaMetricsService.h119 const size_t mMaxRecords; variable