Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Datchannel.c124 ATLine *p_new; in addIntermediate() local
126 p_new = (ATLine *) malloc(sizeof(ATLine)); in addIntermediate()
128 p_new->line = strdup(line); in addIntermediate()
133 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
134 sp_response->p_intermediates = p_new; in addIntermediate()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c123 ATLine *p_new; in addIntermediate() local
125 p_new = (ATLine *) malloc(sizeof(ATLine)); in addIntermediate()
127 p_new->line = strdup(line); in addIntermediate()
132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
133 sp_response->p_intermediates = p_new; in addIntermediate()