Searched refs:at_send_command (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | reference-ril.c | 467 at_send_command("AT%CPHS=1", NULL); in onRadioPowerOn() 470 at_send_command("AT%CTZV=1", NULL); in onRadioPowerOn() 476 at_send_command("AT%CGFPCCFG=1", NULL); in onRadioPowerOn() 494 at_send_command("AT+CNMI=1,2,2,1,1", NULL); in onSIMReady() 508 err = at_send_command("AT+CFUN=0", &p_response); in requestRadioPower() 512 err = at_send_command("AT+CFUN=1", &p_response); in requestRadioPower() 542 err = at_send_command("AT+CFUN=0", &p_response); in requestShutdown() 611 at_send_command(atCommand, NULL); in requestCallSelection() 898 err = at_send_command("AT+COPS=0", &p_response); in setNetworkSelectionAutomatic() 1096 ret = at_send_command(cmd, NULL); [all …]
|
D | atchannel.h | 104 int at_send_command (const char *command, ATResponse **pp_outResponse);
|
D | atchannel.c | 783 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() function
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 563 at_send_command("AT%CPHS=1", NULL); in onRadioPowerOn() 566 at_send_command("AT%CTZV=1", NULL); in onRadioPowerOn() 586 at_send_command("AT+CNMI=1,2,2,1,1", NULL); in onSIMReady() 600 err = at_send_command("AT+CFUN=0", &p_response); in requestRadioPower() 604 err = at_send_command("AT+CFUN=1", &p_response); in requestRadioPower() 634 err = at_send_command("AT+CFUN=0", &p_response); in requestShutdown() 703 at_send_command(atCommand, NULL); in requestCallSelection() 1143 ret = at_send_command(cmd, NULL); 1200 ret = at_send_command(cmd, NULL); 1494 err = at_send_command(cmd, &p_response); [all …]
|
D | atchannel.h | 104 int at_send_command (const char *command, ATResponse **pp_outResponse);
|
D | atchannel.c | 779 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() function
|