OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
220
msg2len = 32 +
smspdu_to_hex
( pdu, NULL, 0 );
236
p +=
smspdu_to_hex
( pdu, p, end-p );
android_modem.c
266
len =
smspdu_to_hex
( sms, p, max );
[
all
...]
sms.c
1360
smspdu_to_hex
( SmsPDU pdu, char* hex, int hexlen )
function
[
all
...]
Completed in 4850 milliseconds