Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c421 at_send_command("AT%CPHS=1", NULL); in onRadioPowerOn()
424 at_send_command("AT%CTZV=1", NULL); in onRadioPowerOn()
444 at_send_command("AT+CNMI=1,2,2,1,1", NULL); in onSIMReady()
458 err = at_send_command("AT+CFUN=0", &p_response); in requestRadioPower()
462 err = at_send_command("AT+CFUN=1", &p_response); in requestRadioPower()
492 err = at_send_command("AT+CFUN=0", &p_response); in requestShutdown()
561 at_send_command(atCommand, NULL); in requestCallSelection()
970 ret = at_send_command(cmd, NULL);
1027 ret = at_send_command(cmd, NULL);
1288 err = at_send_command(cmd, &p_response);
[all …]
Datchannel.h104 int at_send_command (const char *command, ATResponse **pp_outResponse);
Datchannel.c782 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() function