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

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c167 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, argument
179 p_buf->t_type = t_type;
H A Dbta_hh_int.h109 UINT8 t_type; member in struct:__anon616
/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/tcpdump/
H A Disakmp.h405 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/
404 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member in struct:ikev2_t
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c1982 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, argument
1988 if ((t_type != SCTP_TIMER_TYPE_ADDR_WQ) && (inp == NULL))
1995 switch (t_type) {
2243 __FUNCTION__, t_type);
2249 __FUNCTION__, t_type, to_ticks, (void *)tmr);
2260 if (t_type == SCTP_TIMER_TYPE_SEND) {
2264 tmr->type = t_type;
2280 sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, argument
2285 if ((t_type != SCTP_TIMER_TYPE_ADDR_WQ) &&
2293 switch (t_type) {
[all...]

Completed in 500 milliseconds