Home
last modified time | relevance | path

Searched refs:dp_count (Results 1 – 4 of 4) sorted by relevance

/device/google/marlin/dataservices/datatop/src/
Ddatatop_stat_poll.c125 int dp_count = 0; in dtop_stat_poll() local
148 dp_count = dt_stat_parse(((struct dtop_stat_vars *) in dtop_stat_poll()
149 (dpg->priv))->line[i], line_len[i], i, dp_count, &dict); in dtop_stat_poll()
152 for (n = 0; n < dp_count; n++) { in dtop_stat_poll()
197 *data_points, struct dtop_stat_vars *storage, int dp_count) in construct_stat_file_dpg() argument
206 dpg->data_points_len = dp_count; in construct_stat_file_dpg()
227 int dp_count = 0; in dtop_stat_search() local
256 end = dp_count; in dtop_stat_search()
257 dp_count = dt_stat_parse(storage->line[i], in dtop_stat_search()
258 line_len[i], i, dp_count, &dict); in dtop_stat_search()
[all …]
Ddatatop_dual_line_poll.c194 *data_points, struct dtop_dual_line_vars *storage, int dp_count) in construct_dual_line_file_dpg() argument
203 dpg->data_points_len = dp_count; in construct_dual_line_file_dpg()
227 int dp_count = 0; in dtop_dual_line_search() local
272 dp_count++; in dtop_dual_line_search()
275 data_points = malloc(dp_count * sizeof(struct dtop_data_point)); in dtop_dual_line_search()
293 construct_dual_line_file_dpg(name, data_points, storage, dp_count); in dtop_dual_line_search()
Ddatatop_dev_poll.c206 int dp_count, struct dtop_data_point *data_points) in construct_dev_file_dpg() argument
216 dpg->data_points_len = dp_count; in construct_dev_file_dpg()
241 int dp_count = (16 * (storage->line_count - 2)); in dtop_dev_search() local
281 construct_dev_file_dpg(storage, dp_count, data_points); in dtop_dev_search()
Ddatatop_value_only_poll.c119 *data_points, int dp_count) in construct_value_only_dpg() argument
127 dpg->data_points_len = dp_count; in construct_value_only_dpg()