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 | 700 smspdu_free( SmsPDU pdu ) in smspdu_free() 711 smspdu_get_type( SmsPDU pdu ) in smspdu_get_type() 726 smspdu_get_sender_address( SmsPDU pdu, SmsAddress address ) in smspdu_get_sender_address() 741 smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp ts ) in smspdu_get_sc_timestamp() 765 smspdu_get_receiver_address( SmsPDU pdu, SmsAddress address ) in smspdu_get_receiver_address() 905 smspdu_get_text_message( SmsPDU pdu, unsigned char* utf8, int utf8len ) in smspdu_get_text_message() 984 smspdu_get_user_data_ref( SmsPDU pdu ) in smspdu_get_user_data_ref() 1046 smspdu_get_ref( SmsPDU pdu ) in smspdu_get_ref() 1070 smspdu_get_max_index( SmsPDU pdu ) in smspdu_get_max_index() 1082 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 | 215 SmsPDU pdu ) in remote_call_set_sms_pdu() 409 SmsPDU pdu ) in remote_call_sms()
|
D | android_modem.h | 33 extern void amodem_receive_sms( AModem modem, SmsPDU pdu );
|
D | android_modem.c | 255 amodem_receive_sms( AModem modem, SmsPDU sms ) in amodem_receive_sms() 1046 smspdu_dump( SmsPDU pdu, FILE* out ) 1090 SmsPDU pdu; in handleSendSMSText() 1137 SmsPDU* deliver; in handleSendSMSText() 1171 SmsPDU pdu; in handleSendSMSText() 1205 SmsPDU pdu = smspdu_create_from_hex( cmd, strlen(cmd) ); in handleSendSMSText()
|
/external/qemu/android/ |
D | console.c | 1398 SmsPDU* pdus; in do_sms_send() 1455 SmsPDU pdu; in do_sms_sendpdu()
|