Searched refs:pdu (Results 1 – 6 of 6) sorted by relevance
/hardware/ril/reference-ril/ |
D | atchannel.h | 106 int at_send_command_sms (const char *command, const char *pdu,
|
D | atchannel.c | 837 const char *pdu, in at_send_command_sms() argument 844 pdu, 0, pp_outResponse); in at_send_command_sms()
|
D | reference-ril.c | 828 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);
|
D | ril.h | 461 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member
|
/hardware/ril/include/telephony/ |
D | ril.h | 461 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member
|
/hardware/ril/libril/ |
D | ril.cpp | 716 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()
|