Home
last modified time | relevance | path

Searched refs:t_type (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_main.c321 cback_event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_sm_execute()
327 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL || in bta_hh_sm_execute()
328 p_data->api_sndcmd.t_type == HID_TRANS_SET_REPORT || in bta_hh_sm_execute()
329 p_data->api_sndcmd.t_type == HID_TRANS_SET_IDLE) in bta_hh_sm_execute()
334 else if (p_data->api_sndcmd.t_type != HID_TRANS_DATA && in bta_hh_sm_execute()
335 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_sm_execute()
341 else if (p_data->api_sndcmd.t_type == HID_TRANS_CONTROL && in bta_hh_sm_execute()
Dbta_hh_act.c1081 UINT16 event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_write_dev_act()
1094 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL) in bta_hh_write_dev_act()
1101 p_data->api_sndcmd.t_type, in bta_hh_write_dev_act()
1110 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL && in bta_hh_write_dev_act()
1111 p_data->api_sndcmd.t_type != HID_TRANS_DATA) in bta_hh_write_dev_act()
1119 switch(p_data->api_sndcmd.t_type) in bta_hh_write_dev_act()
1147 p_data->api_sndcmd.t_type); in bta_hh_write_dev_act()
1152 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_write_dev_act()
Dbta_hh_api.c167 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, in bta_hh_snd_write_dev() argument
179 p_buf->t_type = t_type; in bta_hh_snd_write_dev()
Dbta_hh_int.h109 UINT8 t_type; member
Dbta_hh_le.c2622 switch(p_data->api_sndcmd.t_type) in bta_hh_le_write_dev_act()
2670 … APPL_TRACE_ERROR("unsupported trsanction for LE HID device: %d", p_data->api_sndcmd.t_type); in bta_hh_le_write_dev_act()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c1620 return tokval->t_type = TOKEN_EOS; in ppscan()
1623 return tokval->t_type = TOKEN_HERE; in ppscan()
1625 return tokval->t_type = TOKEN_BASE; in ppscan()
1633 return tokval->t_type = TOKEN_ID; in ppscan()
1641 return tokval->t_type = TOKEN_SEG; in ppscan()
1643 return tokval->t_type = TOKEN_ID; in ppscan()
1652 return tokval->t_type = TOKEN_ERRNUM; in ppscan()
1654 return tokval->t_type = TOKEN_NUM; in ppscan()
1668 return tokval->t_type = TOKEN_ERRNUM; in ppscan()
1673 return tokval->t_type = TOKEN_NUM; in ppscan()
[all …]
Dnasm.h155 int t_type; member
Dnasm-eval.c435 if (tokval->t_type == TOKEN_INVALID) in nasm_evaluate()
438 i = tokval->t_type; in nasm_evaluate()
/external/iproute2/ip/
Dipxfrm.c114 int t_type; member
130 if (!t->t_name || t->t_type == -1) in xfrm_xfrmproto_getbyname()
134 return t->t_type; in xfrm_xfrmproto_getbyname()
147 if (!t->t_name || t->t_type == -1) in strxf_xfrmproto()
150 if (t->t_type == proto) in strxf_xfrmproto()
171 if (!t->t_name || t->t_type == -1) in xfrm_algotype_getbyname()
175 return t->t_type; in xfrm_algotype_getbyname()
188 if (!t->t_name || t->t_type == -1) in strxf_algotype()
191 if (t->t_type == type) in strxf_algotype()
/external/bluetooth/bluedroid/stack/include/
Dhidh_api.h174 HID_API extern tHID_STATUS HID_HostWriteDev(UINT8 dev_handle, UINT8 t_type,
/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c441 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev() argument
470 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ; in HID_HostWriteDev()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h380 BTA_API extern void BTA_HhSetProtoMode(UINT8 handle, tBTA_HH_PROTO_MODE t_type);
/external/tcpdump/
Disakmp.h404 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member
Dprint-isakmp.c1451 switch (t.t_type) { in ikev2_t_print()
1481 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
1485 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctputil.c1962 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_timer_start() argument
1968 if ((t_type != SCTP_TIMER_TYPE_ADDR_WQ) && (inp == NULL)) in sctp_timer_start()
1975 switch (t_type) { in sctp_timer_start()
2223 __FUNCTION__, t_type); in sctp_timer_start()
2229 __FUNCTION__, t_type, to_ticks, (void *)tmr); in sctp_timer_start()
2240 if (t_type == SCTP_TIMER_TYPE_SEND) { in sctp_timer_start()
2244 tmr->type = t_type; in sctp_timer_start()
2260 sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_timer_stop() argument
2265 if ((t_type != SCTP_TIMER_TYPE_ADDR_WQ) && in sctp_timer_stop()
2273 switch (t_type) { in sctp_timer_stop()
[all …]