Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DDisplayStatsReporter.cpp149 int error_count; in logDisplayPanelErrorStats() local
152 error_count = std::min<int64_t>( in logDisplayPanelErrorStats()
155 if (verifyCount(error_count, &report_stats) < 0) in logDisplayPanelErrorStats()
158 tmp.set<VendorAtomValue::intValue>(error_count); in logDisplayPanelErrorStats()
163 error_count = std::min<int64_t>( in logDisplayPanelErrorStats()
166 if (verifyCount(error_count, &report_stats) < 0) in logDisplayPanelErrorStats()
169 tmp.set<VendorAtomValue::intValue>(error_count); in logDisplayPanelErrorStats()
228 int error_count; in logDisplayPortErrorStats() local
232 error_count = std::min<int64_t>(cur_data[i] - prev_dp_data_[i], max_error_count); in logDisplayPortErrorStats()
233 if (verifyCount(error_count, &report_stats) < 0) in logDisplayPortErrorStats()
[all …]
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h738 int error_count; member