Searched refs:at_send_command_multiline (Results 1 – 6 of 6) 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 | 732 err = at_send_command_multiline ("AT+CGACT?", "+CGACT:", &p_response); in requestOrSendDataCallList() 786 err = at_send_command_multiline ("AT+CGDCONT?", "+CGDCONT:", &p_response); in requestOrSendDataCallList() 1019 err = at_send_command_multiline ("AT+CLCC", "+CLCC:", &p_response); 1870 err = at_send_command_multiline( 2585 err = at_send_command_multiline(cmd, "+CPINR:", &p_response); 3104 err = at_send_command_multiline(cmd, "+CCFCU:", &p_response); 3132 err = at_send_command_multiline(cmd, "+CCFCU:", &p_response); 3192 err = at_send_command_multiline(cmd, "+CCWA:", &p_response); 3329 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
|
/device/generic/goldfish/radio/ril/ |
D | atchannel.h | 97 int at_send_command_multiline (const char *command,
|
D | atchannel.c | 863 int at_send_command_multiline (const char *command, in at_send_command_multiline() function
|
D | reference-ril.c | 642 err = at_send_command_multiline ("AT+CGACT?", "+CGACT:", &p_response); in requestOrSendDataCallList() 696 err = at_send_command_multiline ("AT+CGDCONT?", "+CGDCONT:", &p_response); in requestOrSendDataCallList() 972 err = at_send_command_multiline ("AT+CLCC", "+CLCC:", &p_response); 1753 err = at_send_command_multiline(
|