Searched refs:trans_type (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_int.h66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \
H A Dhidh_conn.c872 tHID_STATUS hidh_conn_snd_data (UINT8 dhandle, UINT8 trans_type, UINT8 param, argument
900 switch( trans_type )
920 if( trans_type == HID_TRANS_SET_IDLE )
922 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) )
958 *p_out++ = HID_BUILD_HDR(trans_type, param);
961 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
992 trans_type = HID_TRANS_DATAC;
995 trans_type = HID_TRANS_DATAC;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c700 * trans_type - transparent pixel type: GLX_NONE_EXT,
710 int level, int trans_type, int trans_value,
749 if (!(trans_type==DONT_CARE
750 || (trans_type==GLX_TRANSPARENT_INDEX_EXT
752 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
794 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
909 int trans_type = DONT_CARE; local
1052 trans_type = *parselist++;
1209 trans_type, trans_value, min_rgb, visual_type);
709 choose_x_overlay_visual( Display *dpy, int scr, int level, int trans_type, int trans_value, int min_depth, int preferred_class ) argument
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c700 * trans_type - transparent pixel type: GLX_NONE_EXT,
710 int level, int trans_type, int trans_value,
749 if (!(trans_type==DONT_CARE
750 || (trans_type==GLX_TRANSPARENT_INDEX_EXT
752 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
794 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
909 int trans_type = DONT_CARE; local
1052 trans_type = *parselist++;
1209 trans_type, trans_value, min_rgb, visual_type);
709 choose_x_overlay_visual( Display *dpy, int scr, int level, int trans_type, int trans_value, int min_depth, int preferred_class ) argument

Completed in 156 milliseconds