Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dsms.h71 extern SmsPDU smspdu_create_from_hex( const char* hex, int hexlen );
Dandroid_modem.c1663 pdu = smspdu_create_from_hex( cmd, len ); in handleSendSMSText()
1762 pdu = smspdu_create_from_hex( cmd, len ); in handleSendSMSText()
1790 SmsPDU pdu = smspdu_create_from_hex( cmd, strlen(cmd) ); in handleSendSMSText()
Dsms.c1325 smspdu_create_from_hex( const char* hex, int hexlen ) in smspdu_create_from_hex() function
/external/qemu/android/
Dconsole.c1651 pdu = smspdu_create_from_hex( args, strlen(args) ); in do_sms_sendpdu()