Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c379 static char *s_stkUnsolResponse = NULL; variable
4241 if (NULL != s_stkUnsolResponse) {
4243 s_stkUnsolResponse, strlen(s_stkUnsolResponse) + 1);
4244 free(s_stkUnsolResponse);
4245 s_stkUnsolResponse = NULL;
5985 s_stkUnsolResponse = (char *)calloc((strlen(response) + 1), sizeof(char));
5986 snprintf(s_stkUnsolResponse, strlen(response) + 1, "%s", response);
5987 RLOGD("STK service is not running [%s]", s_stkUnsolResponse);