Searched refs:SmsPDU (Results 1 – 7 of 7) sorted by relevance
/external/qemu/telephony/ |
D | sms.h | 62 typedef struct SmsPDURec* SmsPDU; typedef 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 …]
|
D | sms.c | 701 smspdu_free( SmsPDU pdu ) in smspdu_free() 712 smspdu_get_type( SmsPDU pdu ) in smspdu_get_type() 727 smspdu_get_sender_address( SmsPDU pdu, SmsAddress address ) in smspdu_get_sender_address() 742 smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp ts ) in smspdu_get_sc_timestamp() 766 smspdu_get_receiver_address( SmsPDU pdu, SmsAddress address ) in smspdu_get_receiver_address() 906 smspdu_get_text_message( SmsPDU pdu, unsigned char* utf8, int utf8len ) in smspdu_get_text_message() 985 smspdu_get_user_data_ref( SmsPDU pdu ) in smspdu_get_user_data_ref() 1047 smspdu_get_ref( SmsPDU pdu ) in smspdu_get_ref() 1071 smspdu_get_max_index( SmsPDU pdu ) in smspdu_get_max_index() 1083 smspdu_get_cur_index( SmsPDU pdu ) in smspdu_get_cur_index() [all …]
|
D | remote_call.h | 48 extern int remote_call_sms( const char* number, int from_port, SmsPDU pdu );
|
D | remote_call.c | 224 SmsPDU pdu ) in remote_call_set_sms_pdu() 418 SmsPDU pdu ) in remote_call_sms()
|
D | android_modem.h | 33 extern void amodem_receive_sms( AModem modem, SmsPDU pdu );
|
D | android_modem.c | 318 amodem_receive_sms( AModem modem, SmsPDU sms ) in amodem_receive_sms() 1612 smspdu_dump( SmsPDU pdu, FILE* out ) 1657 SmsPDU pdu; in handleSendSMSText() 1722 SmsPDU* deliver; in handleSendSMSText() 1756 SmsPDU pdu; in handleSendSMSText() 1790 SmsPDU pdu = smspdu_create_from_hex( cmd, strlen(cmd) ); in handleSendSMSText()
|
/external/qemu/android/ |
D | console.c | 1581 SmsPDU* pdus; in do_sms_send() 1638 SmsPDU pdu; in do_sms_sendpdu()
|