Home
last modified time | relevance | path

Searched refs:p_line (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/ril/reference-ril/
H A Datchannel.c626 ATLine *p_line; in at_response_free() local
630 p_line = p_response->p_intermediates; in at_response_free()
632 while (p_line != NULL) { in at_response_free()
635 p_toFree = p_line; in at_response_free()
636 p_line = p_line->p_next; in at_response_free()
H A Dreference-ril.c963 int *p_line; local
972 p_line = (int *)data;
976 asprintf(&cmd, "AT+CHLD=1%d", p_line[0]);
/aosp12/system/logging/liblog/include/log/
H A Dlogprint.h146 const AndroidLogEntry* p_line,