Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Datchannel.c79 static const char *s_smsPDU = NULL; variable
248 } else if (s_smsPDU != NULL && 0 == strcmp(line, "> ")) { in processLine()
251 writeCtrlZ(s_smsPDU); in processLine()
252 s_smsPDU = NULL; in processLine()
565 s_smsPDU = NULL; in clearPendingCommand()
584 s_smsPDU = NULL; in at_open()
693 s_smsPDU = smspdu; in at_send_command_full_nolock()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c78 static const char *s_smsPDU = NULL; variable
247 } else if (s_smsPDU != NULL && 0 == strcmp(line, "> ")) { in processLine()
250 writeCtrlZ(s_smsPDU); in processLine()
251 s_smsPDU = NULL; in processLine()
564 s_smsPDU = NULL; in clearPendingCommand()
583 s_smsPDU = NULL; in at_open()
692 s_smsPDU = smspdu; in at_send_command_full_nolock()