Home
last modified time | relevance | path

Searched refs:bytes_t (Results 1 – 4 of 4) sorted by relevance

/external/qemu/telephony/
Dgsm.h19 typedef byte_t* bytes_t; typedef
36 extern int gsm_hex_to_bytes ( cbytes_t hex, int hexlen, bytes_t dst );
40 extern void gsm_hex_to_bytes0 ( cbytes_t hex, int hexlen, bytes_t dst );
85 extern int utf8_to_gsm7( cbytes_t utf8, int utf8len, bytes_t dst, int offset );
89 extern int utf8_to_gsm8( cbytes_t utf8, int utf8len, bytes_t dst );
94 extern int utf8_from_gsm7( cbytes_t src, int offset, int count, bytes_t utf8 );
99 extern int utf8_from_gsm8( cbytes_t src, int count, bytes_t utf8 );
114 extern int ucs2_to_gsm7( cbytes_t ucs2, int ucs2len, bytes_t dst, int offset );
118 extern int ucs2_to_gsm8( cbytes_t ucs2, int ucs2len, bytes_t dst );
123 extern int ucs2_from_gsm7( bytes_t ucs2, cbytes_t src, int offset, int count );
[all …]
Dgsm.c40 gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen, bytes_t dst )
70 gsm_bcdi_from_ascii( cbytes_t ascii, int asciilen, bytes_t dst )
181 gsm_hex_to_bytes0( cbytes_t hex, int hexlen, bytes_t dst ) in gsm_hex_to_bytes0()
194 gsm_hex_to_bytes( cbytes_t hex, int hexlen, bytes_t dst ) in gsm_hex_to_bytes()
267 bytes_t
270 bytes_t result = rope->data; in gsm_rope_done_acquire()
287 bytes_t old_data = rope->data == rope->data0 ? NULL : rope->data; in gsm_rope_ensure()
289 bytes_t new_data; in gsm_rope_ensure()
412 utf8_write( bytes_t utf8, int offset, int v ) in utf8_write()
446 ucs2_write( bytes_t ucs2, int offset, int v ) in ucs2_write()
[all …]
Dsms.c289 bytes_t data = address->data; in sms_address_from_str()
695 bytes_t base;
696 bytes_t end;
697 bytes_t tpdu;
876 bytes_t dst = gsm_rope_reserve( rope, count ); in sms_get_text_utf8()
888 bytes_t dst = gsm_rope_reserve( rope, count ); in sms_get_text_utf8()
1139 bytes_t dst; in gsm_rope_add_sms_deliver_pdu()
1167 bytes_t dst; in gsm_rope_add_sms_deliver_pdu()
1349 p->tpdu = (bytes_t) data; in smspdu_create_from_hex()
1564 sms_receiver_get_text_message( SmsReceiver rec, int index, bytes_t utf8, int utf8len ) in sms_receiver_get_text_message()
[all …]
Dsim_card.c196 sim_file_to_hex( SimFile file, bytes_t dst ) in sim_file_to_hex()