Home
last modified time | relevance | path

Searched refs:smspdu_to_hex (Results 1 – 4 of 4) sorted by relevance

/external/qemu/telephony/
Dsms.h73 extern int smspdu_to_hex( SmsPDU pdu, char* hex, int hexsize );
Dremote_call.c229 msg2len = 32 + smspdu_to_hex( pdu, NULL, 0 ); in remote_call_set_sms_pdu()
245 p += smspdu_to_hex( pdu, p, end-p ); in remote_call_set_sms_pdu()
Dsms.c1362 smspdu_to_hex( SmsPDU pdu, char* hex, int hexlen ) in smspdu_to_hex() function
Dandroid_modem.c329 len = smspdu_to_hex( sms, p, max ); in amodem_receive_sms()