Searched refs:gsm_hex_from_byte (Results 1 – 4 of 4) sorted by relevance
/external/qemu/telephony/ |
D | sim_card.c | 246 gsm_hex_from_byte(dst, perm); in sim_file_to_hex() 274 gsm_hex_from_byte( dst, file->linear.rec_len ); in sim_file_to_hex()
|
D | gsm.c | 161 gsm_hex_from_byte( char* hex, int val ) in gsm_hex_from_byte() function 172 gsm_hex_from_byte( hex, (val >> 8) ); in gsm_hex_from_short() 173 gsm_hex_from_byte( hex+2, val ); in gsm_hex_from_short() 215 gsm_hex_from_byte( hex + 2*nn, src[nn] ); in gsm_hex_from_bytes()
|
D | sms.c | 206 gsm_hex_from_byte(str + count + 2, c); in sms_utf8_to_message_str() 437 gsm_hex_from_byte( hex, address->len ); in sms_address_to_hex() 439 gsm_hex_from_byte( hex+2, address->toa ); in sms_address_to_hex() 446 gsm_hex_from_byte( hex+nn, address->data[nn/2] ); in sms_address_to_hex() 1369 gsm_hex_from_byte( &hex[nn*2], pdu->base[nn] ); in smspdu_to_hex()
|
D | gsm.h | 64 extern void gsm_hex_from_byte( char* hex, int val );
|