Searched defs:p_args (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c785 RIL_SMS_WriteArgs *p_args; local
791 p_args = (RIL_SMS_WriteArgs *)data;
793 length = strlen(p_args->pdu)/2;
794 asprintf(&cmd, "AT+CMGW=%d,%d", length, p_args->status);
796 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response);
1701 RIL_SIM_IO_v6 *p_args; local
1706 p_args = (RIL_SIM_IO_v6 *)data;
1710 if (p_args->data == NULL) {
1712 p_args->command, p_args
[all...]

Completed in 150 milliseconds