Home
last modified time | relevance | path

Searched refs:at_send_command (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/ril/
Dreference-ril.c453 at_send_command("AT%CPHS=1", NULL); in onRadioPowerOn()
456 at_send_command("AT%CTZV=1", NULL); in onRadioPowerOn()
476 at_send_command("AT+CNMI=1,2,2,1,1", NULL); in onSIMReady()
490 err = at_send_command("AT+CFUN=0", &p_response); in requestRadioPower()
494 err = at_send_command("AT+CFUN=1", &p_response); in requestRadioPower()
524 err = at_send_command("AT+CFUN=0", &p_response); in requestShutdown()
593 at_send_command(atCommand, NULL); in requestCallSelection()
856 err = at_send_command("AT+COPS=0", &p_response); in setNetworkSelectionAutomatic()
1054 ret = at_send_command(cmd, NULL);
1111 ret = at_send_command(cmd, NULL);
[all …]
Datchannel.h104 int at_send_command (const char *command, ATResponse **pp_outResponse);
Datchannel.c783 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() function