Searched defs:t_type (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c168 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, argument
180 p_buf->t_type = t_type;
H A Dbta_hh_int.h108 UINT8 t_type; member in struct:__anon577
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c441 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, argument
470 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h152 * `t_type' field in the structure.
155 int t_type; member in struct:tokenval
185 * be in `*tv'; if it is not, set tv->t_type to TOKEN_INVALID and
/external/iproute2/ip/
H A Dipxfrm.c114 int t_type; member in struct:typeent
130 if (!t->t_name || t->t_type == -1)
134 return t->t_type;
147 if (!t->t_name || t->t_type == -1)
150 if (t->t_type == proto)
171 if (!t->t_name || t->t_type == -1)
175 return t->t_type;
188 if (!t->t_name || t->t_type == -1)
191 if (t->t_type == type)
/external/kernel-headers/original/linux/
H A Dmtio.h120 long t_type; /* device type id (mt_type) */ member in struct:mt_tape_info

Completed in 209 milliseconds