Searched refs:at_send_command_multiline (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | atchannel.h | 97 int at_send_command_multiline (const char *command,
|
D | reference-ril.c | 840 err = at_send_command_multiline ("AT+CGACT?", "+CGACT:", &p_response); in requestOrSendDataCallList() 894 err = at_send_command_multiline ("AT+CGDCONT?", "+CGDCONT:", &p_response); in requestOrSendDataCallList() 1152 err = at_send_command_multiline ("AT+CLCC", "+CLCC:", &p_response); 2062 err = at_send_command_multiline( 3159 err = at_send_command_multiline(cmd, "+CPINR:", &p_response); 3725 err = at_send_command_multiline(cmd, "+CCFCU:", &p_response); 3753 err = at_send_command_multiline(cmd, "+CCFCU:", &p_response); 3813 err = at_send_command_multiline(cmd, "+CCWA:", &p_response); 3950 err = at_send_command_multiline(cmd, "+CLCK: ", &p_response);
|
D | atchannel.c | 859 int at_send_command_multiline (const char *command, in at_send_command_multiline() function
|