Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Datchannel.h106 int at_send_command_sms (const char *command, const char *pdu,
Datchannel.c839 const char *pdu, in at_send_command_sms() argument
846 pdu, 0, pp_outResponse); in at_send_command_sms()
Dreference-ril.c994 length = strlen(p_args->pdu)/2;
997 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response);
1724 const char *pdu; local
1742 pdu = ((const char **)data)[1];
1744 tpLayerLength = strlen(pdu)/2;
1752 asprintf(&cmd2, "%s%s", smsc, pdu);
Dril.h594 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_sms.cpp28 msg.pdu = "01000b916105770203f3000006d4f29c3e9b01"; in TEST_F()
52 msg.pdu = "01000b916105770203f3000006d4f29c3e9b01"; in TEST_F()
278 smsWriteArgs.pdu = "01000b916105770203f3000006d4f29c3e9b01"; in TEST_F()
Dradio_hidl_hal_utils_v1_0.h417 const ::android::hardware::hidl_vec<uint8_t>& pdu);
420 const ::android::hardware::hidl_vec<uint8_t>& pdu);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal62 * @param pdu PDU of SMS-DELIVER represented as byte array.
65 oneway newSms(RadioIndicationType type, vec<uint8_t> pdu);
76 * @param pdu PDU of SMS-STATUS-REPORT represented as byte array.
79 oneway newSmsStatusReport(RadioIndicationType type, vec<uint8_t> pdu);
Dtypes.hal1437 string pdu; // PDU of message to write, as an ASCII hex string less
1438 // the SMSC address, the TP-layer length is strlen(pdu)/2.
1737 string pdu; // SMS in PDU format as an ASCII hex string less the
1738 // SMSC address. TP-Layer-Length is be "strlen(pdu)/2
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h437 const ::android::hardware::hidl_vec<uint8_t>& pdu);
440 const ::android::hardware::hidl_vec<uint8_t>& pdu);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h507 const ::android::hardware::hidl_vec<uint8_t>& pdu);
510 const ::android::hardware::hidl_vec<uint8_t>& pdu);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h531 const ::android::hardware::hidl_vec<uint8_t>& pdu);
534 const ::android::hardware::hidl_vec<uint8_t>& pdu);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h600 const ::android::hardware::hidl_vec<uint8_t>& pdu);
603 const ::android::hardware::hidl_vec<uint8_t>& pdu);
/hardware/ril/libril/
Dril_service.cpp1077 2, message.smscPdu.c_str(), message.pdu.c_str()); in sendSms()
1086 2, message.smscPdu.c_str(), message.pdu.c_str()); in sendSMSExpectMore()
1530 if (!copyHidlStringToRil(&args.pdu, smsWriteArgs.pdu, pRI)) { in writeSmsToSim()
1535 memsetAndFreeStrings(1, args.pdu); in writeSmsToSim()
1541 memsetAndFreeStrings(2, args.smsc, args.pdu); in writeSmsToSim()
2145 if (!copyHidlStringToRil(&pStrings[1], message.gsmMessage[0].pdu, pRI)) { in dispatchImsGsmSms()
6957 hidl_vec<uint8_t> pdu; in newSmsInd() local
6958 pdu.setToExternal(bytes, responseLen/2); in newSmsInd()
6963 convertIntToRadioIndicationType(indicationType), pdu); in newSmsInd()
6988 hidl_vec<uint8_t> pdu; in newSmsStatusReportInd() local
[all …]
/hardware/ril/include/telephony/
Dril.h594 char * pdu; /* PDU of message to write, as an ASCII hex string less the SMSC address, member