Home
last modified time | relevance | path

Searched refs:pdu (Results 1 – 6 of 6) sorted by relevance

/hardware/ril/reference-ril/
Datchannel.h106 int at_send_command_sms (const char *command, const char *pdu,
Datchannel.c837 const char *pdu, in at_send_command_sms() argument
844 pdu, 0, pp_outResponse); in at_send_command_sms()
Dreference-ril.c828 length = strlen(p_args->pdu)/2;
831 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response);
1551 const char *pdu; local
1564 pdu = ((const char **)data)[1];
1566 tpLayerLength = strlen(pdu)/2;
1574 asprintf(&cmd2, "%s%s", smsc, pdu);
Dril.h461 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member
/hardware/ril/include/telephony/
Dril.h461 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member
/hardware/ril/libril/
Dril.cpp716 args.pdu = strdupReadString(p); in dispatchSmsWrite()
718 if (status != NO_ERROR || args.pdu == NULL) { in dispatchSmsWrite()
726 (char*)args.pdu, (char*)args.smsc); in dispatchSmsWrite()
733 memsetString (args.pdu); in dispatchSmsWrite()
736 free (args.pdu); in dispatchSmsWrite()