OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_args
(Results
1 - 1
of
1
) sorted by null
/hardware/ril/reference-ril/
reference-ril.c
683
RIL_SMS_WriteArgs *
p_args
;
local
689
p_args
= (RIL_SMS_WriteArgs *)data;
691
length = strlen(
p_args
->pdu)/2;
692
asprintf(&cmd, "AT+CMGW=%d,%d", length,
p_args
->status);
694
err = at_send_command_sms(cmd,
p_args
->pdu, "+CMGW:", &p_response);
1162
RIL_SIM_IO_v6 *
p_args
;
local
1167
p_args
= (RIL_SIM_IO_v6 *)data;
1171
if (
p_args
->data == NULL)
[
all
...]
Completed in 41 milliseconds