Searched refs:ackPdu (Results 1 – 4 of 4) sorted by relevance
106 std::string ackPdu = ""; in TEST_P() local108 radio->acknowledgeIncomingGsmSmsWithPdu(serial, success, ackPdu); in TEST_P()
190 const hidl_string& ackPdu) override;
1175 * @param ackPdu acknowledgement TPDU in hexadecimal format1179 oneway acknowledgeIncomingGsmSmsWithPdu(int32_t serial, bool success, string ackPdu);
364 const ::android::hardware::hidl_string& ackPdu);1963 const hidl_string& ackPdu) { in acknowledgeIncomingGsmSmsWithPdu() argument1968 2, success ? "1" : "0", ackPdu.c_str()); in acknowledgeIncomingGsmSmsWithPdu()