Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_main.c220 cback_event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_sm_execute()
222 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL || in bta_hh_sm_execute()
223 p_data->api_sndcmd.t_type == HID_TRANS_SET_REPORT || in bta_hh_sm_execute()
224 p_data->api_sndcmd.t_type == HID_TRANS_SET_IDLE) in bta_hh_sm_execute()
229 else if (p_data->api_sndcmd.t_type != HID_TRANS_DATA && in bta_hh_sm_execute()
230 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_sm_execute()
Dbta_hh_act.c957 UINT16 event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_write_dev_act()
963 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL) in bta_hh_write_dev_act()
970 p_data->api_sndcmd.t_type, in bta_hh_write_dev_act()
979 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL && in bta_hh_write_dev_act()
980 p_data->api_sndcmd.t_type != HID_TRANS_DATA) in bta_hh_write_dev_act()
988 switch(p_data->api_sndcmd.t_type) in bta_hh_write_dev_act()
1016 p_data->api_sndcmd.t_type); in bta_hh_write_dev_act()
1021 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_write_dev_act()
Dbta_hh_api.c168 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, in bta_hh_snd_write_dev() argument
180 p_buf->t_type = t_type; in bta_hh_snd_write_dev()
Dbta_hh_int.h84 UINT8 t_type; member
/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()
170 if (!t->t_name || t->t_type == -1) in xfrm_algotype_getbyname()
174 return t->t_type; in xfrm_algotype_getbyname()
187 if (!t->t_name || t->t_type == -1) in strxf_algotype()
190 if (t->t_type == type) in strxf_algotype()
/external/bluetooth/bluedroid/stack/include/
Dhidh_api.h172 HID_API extern tHID_STATUS HID_HostWriteDev(UINT8 dev_handle, UINT8 t_type,
/external/bluetooth/bluedroid/stack/hid/
Dhidh_api.c440 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev() argument
469 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ; in HID_HostWriteDev()
/external/kernel-headers/original/linux/
Dmtio.h120 long t_type; /* device type id (mt_type) */ member
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h341 BTA_API extern void BTA_HhSetProtoMode(UINT8 handle, tBTA_HH_PROTO_MODE t_type);