HomeSort by relevance Sort by last modified time
    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;
    [all...]

Completed in 129 milliseconds