Searched refs:at_send_command_sms (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | atchannel.h | 106 int at_send_command_sms (const char *command, const char *pdu,
|
D | atchannel.c | 835 int at_send_command_sms (const char *command, in at_send_command_sms() function
|
D | reference-ril.c | 1170 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response); 2013 err = at_send_command_sms(cmd1, cmd2, "+CMGS:", &p_response);
|
/device/generic/goldfish/radio/ril/ |
D | atchannel.h | 106 int at_send_command_sms (const char *command, const char *pdu,
|
D | atchannel.c | 839 int at_send_command_sms (const char *command, in at_send_command_sms() function
|
D | reference-ril.c | 1123 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response); 1891 err = at_send_command_sms(cmd1, cmd2, "+CMGS:", &p_response);
|