Searched refs:at_send_command_singleline (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/ril/ |
D | atchannel.h | 90 int at_send_command_singleline (const char *command,
|
D | reference-ril.c | 465 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL); in onSIMReady() 875 err = at_send_command_singleline("AT+COPS?", "+COPS:", &p_response); in requestQueryNetworkSelectionMode() 1133 err = at_send_command_singleline("AT+CSQ", "+CSQ:", &p_response); 1202 err = at_send_command_singleline(cmd, "+CTEC:", &p_response); 1259 err = at_send_command_singleline("AT+WPRL?", "+WPRL:", &p_response); 1342 err = at_send_command_singleline(cmd, "+CCSS:", &p_response); 1425 res = at_send_command_singleline("AT+WRMP?", "+WRMP:", &p_response); 1608 err = at_send_command_singleline(cmd, prefix, &p_response); 1968 err = at_send_command_singleline(cmd, "+CCHC", &p_response); 2010 err = at_send_command_singleline(cmd, "+CGLA", &p_response); [all …]
|
D | atchannel.c | 794 int at_send_command_singleline (const char *command, in at_send_command_singleline() function
|