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

  /external/qemu/telephony/
gsm.c 161 gsm_hex_from_byte( char* hex, int val ) function
172 gsm_hex_from_byte( hex, (val >> 8) );
173 gsm_hex_from_byte( hex+2, val );
215 gsm_hex_from_byte( hex + 2*nn, src[nn] );
gsm.h 64 extern void gsm_hex_from_byte( char* hex, int val );
sim_card.c 249 gsm_hex_from_byte(dst, perm);
277 gsm_hex_from_byte( dst, file->linear.rec_len );
sms.c 206 gsm_hex_from_byte(str + count + 2, c);
438 gsm_hex_from_byte( hex, address->len );
440 gsm_hex_from_byte( hex+2, address->toa );
447 gsm_hex_from_byte( hex+nn, address->data[nn/2] );
    [all...]

Completed in 18 milliseconds