Searched refs:at_send_command (Results 1 – 3 of 3) sorted by relevance
/hardware/ril/reference-ril/ |
D | reference-ril.c | 359 at_send_command("AT%CPHS=1", NULL); in onRadioPowerOn() 362 at_send_command("AT%CTZV=1", NULL); in onRadioPowerOn() 382 at_send_command("AT+CNMI=1,2,2,1,1", NULL); in onSIMReady() 396 err = at_send_command("AT+CFUN=0", &p_response); in requestRadioPower() 400 err = at_send_command("AT+CFUN=1", &p_response); in requestRadioPower() 430 err = at_send_command("AT+CFUN=0", &p_response); in requestShutdown() 829 ret = at_send_command(cmd, NULL); 877 ret = at_send_command(cmd, NULL); 1135 err = at_send_command(cmd, &p_response); 1217 res = at_send_command(cmd, &p_response); [all …]
|
D | atchannel.h | 104 int at_send_command (const char *command, ATResponse **pp_outResponse);
|
D | atchannel.c | 782 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() function
|