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

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

Completed in 135 milliseconds