Home
last modified time | relevance | path

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

/device/google/marlin/dataservices/datatop/src/
Ddatatop_gen_poll.c53 #define DTOP_GEN_LINE (DTOP_GEN_SIZE>>2) macro
65 char line[DTOP_GEN_LINE]; in get_number_of_values()
70 line_len = dt_read_line(line, DTOP_GEN_LINE, data, DTOP_GEN_SIZE, 0); in get_number_of_values()
103 char line[DTOP_GEN_LINE]; in dtop_gen_poll()
109 line_len = dt_read_line(line, DTOP_GEN_LINE, data, DTOP_GEN_SIZE, 0); in dtop_gen_poll()
Ddatatop_cpu_stats_poll.c54 #define DTOP_GEN_LINE (DTOP_GEN_SIZE>>2) macro