Searched refs:at_send_command_singleline (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/ril/reference-ril/ |
H A D | reference-ril.c | 432 at_send_command_singleline("AT+CSMS=1", "+CSMS:", NULL); in onSIMReady() 742 err = at_send_command_singleline("AT+COPS?", "+COPS:", &p_response); in requestQueryNetworkSelectionMode() 1000 err = at_send_command_singleline("AT+CSQ", "+CSQ:", &p_response); 1063 err = at_send_command_singleline(cmd, "+CTEC:", &p_response); 1203 err = at_send_command_singleline(cmd, "+CCSS:", &p_response); 1469 err = at_send_command_singleline(cmd, prefix, &p_response); 1829 err = at_send_command_singleline(cmd, "+CCHC", &p_response); 1866 err = at_send_command_singleline(cmd, "+CGLA", &p_response); 2077 err = at_send_command_singleline(cmd, "+CRSM:", &p_response); 2116 err = at_send_command_singleline(cmd, "+CPIN:", &p_response); [all …]
|
H A D | atchannel.h | 90 int at_send_command_singleline (const char *command,
|
H A D | atchannel.c | 785 int at_send_command_singleline (const char *command, in at_send_command_singleline() function
|