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

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

Completed in 257 milliseconds