HomeSort by relevance Sort by last modified time
    Searched refs:smspdu_to_hex (Results 1 - 4 of 4) sorted by null

  /external/qemu/telephony/
sms.h 73 extern int smspdu_to_hex( SmsPDU pdu, char* hex, int hexsize );
remote_call.c 229 msg2len = 32 + smspdu_to_hex( pdu, NULL, 0 );
245 p += smspdu_to_hex( pdu, p, end-p );
sms.c 1362 smspdu_to_hex( SmsPDU pdu, char* hex, int hexlen ) function
    [all...]
android_modem.c 329 len = smspdu_to_hex( sms, p, max );
    [all...]

Completed in 47 milliseconds