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

  /external/qemu/telephony/
sms.h 62 typedef struct SmsPDURec* SmsPDU;
64 extern SmsPDU* smspdu_create_deliver_utf8( const unsigned char* utf8,
69 extern void smspdu_free_list( SmsPDU* pdus );
71 extern SmsPDU smspdu_create_from_hex( const char* hex, int hexlen );
73 extern int smspdu_to_hex( SmsPDU pdu, char* hex, int hexsize );
76 extern void smspdu_free( SmsPDU pdu );
85 extern SmsPduType smspdu_get_type( SmsPDU pdu );
88 extern int smspdu_get_sender_address( SmsPDU pdu, SmsAddress address );
91 extern int smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp timestamp );
94 extern int smspdu_get_receiver_address( SmsPDU pdu, SmsAddress address )
    [all...]
remote_call.h 48 extern int remote_call_sms( const char* number, int from_port, SmsPDU pdu );
sms.c 702 smspdu_free( SmsPDU pdu )
713 smspdu_get_type( SmsPDU pdu )
728 smspdu_get_sender_address( SmsPDU pdu, SmsAddress address )
743 smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp ts )
767 smspdu_get_receiver_address( SmsPDU pdu, SmsAddress address )
907 smspdu_get_text_message( SmsPDU pdu, unsigned char* utf8, int utf8len )
986 smspdu_get_user_data_ref( SmsPDU pdu )
1048 smspdu_get_ref( SmsPDU pdu )
1072 smspdu_get_max_index( SmsPDU pdu )
1084 smspdu_get_cur_index( SmsPDU pdu
    [all...]
android_modem.h 33 extern void amodem_receive_sms( AModem modem, SmsPDU pdu );
remote_call.c 224 SmsPDU pdu )
418 SmsPDU pdu )
android_modem.c 318 amodem_receive_sms( AModem modem, SmsPDU sms )
    [all...]
  /external/qemu/android/
console.c     [all...]

Completed in 1706 milliseconds