Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/pixelstats/
DDisplayStatsReporter.cpp395 const std::vector<std::string> &displayport_max_res_stats_paths, int64_t *pcur_data) { in captureDisplayPortMaxResStats() argument
399 if (displayport_max_res_stats_paths.size() < DISPLAY_PORT_MAX_RES_STATS_SIZE) { in captureDisplayPortMaxResStats()
402 displayport_max_res_stats_paths.size(), DISPLAY_PORT_MAX_RES_STATS_SIZE); in captureDisplayPortMaxResStats()
409 path = displayport_max_res_stats_paths[i]; in captureDisplayPortMaxResStats()
424 const std::vector<std::string> &displayport_max_res_stats_paths) { in logDisplayPortMaxResStats() argument
429 if (!captureDisplayPortMaxResStats(displayport_max_res_stats_paths, &cur_data[0])) { in logDisplayPortMaxResStats()
/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/
DDisplayStatsReporter.h138 const std::vector<std::string> &displayport_max_res_stats_paths);
140 const std::vector<std::string> &displayport_max_res_stats_paths, int64_t *cur_data);