Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DWlcReporter.h51 struct ReportRecord { struct
56 ReportRecord(char const *name_); argument
58 ReportRecord rec_wlc_vendor_{"wlc_vendor"};
59 ReportRecord rec_orientation_{"orientation"};
81 bool checkRateLimit(int64_t minSecond, int maxCount, ReportRecord *rec);
/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp58 WlcReporter::ReportRecord::ReportRecord(char const *name_) in ReportRecord() function in android::hardware::google::pixel::WlcReporter::ReportRecord
262 bool WlcReporter::checkRateLimit(int64_t minSecond, int maxCount, ReportRecord *rec) { in checkRateLimit()