Searched refs:smspdu_to_hex (Results 1 – 4 of 4) sorted by relevance
/external/qemu/telephony/ |
D | sms.h | 73 extern int smspdu_to_hex( SmsPDU pdu, char* hex, int hexsize );
|
D | remote_call.c | 229 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()
|
D | sms.c | 1362 smspdu_to_hex( SmsPDU pdu, char* hex, int hexlen ) in smspdu_to_hex() function
|
D | android_modem.c | 329 len = smspdu_to_hex( sms, p, max ); in amodem_receive_sms()
|