Searched refs:prio (Results 1 - 6 of 6) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.1d.h38 /* Converts prio to precedence since the numerical value of
41 #define PRIO2PREC(prio) \
42 (((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? ((prio^2)) : (prio))
H A D802.11e.h100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
101 ((prio) << TS_INFO_USER_PRIO_SHIFT))
/hardware/ti/omap4-aah/
H A Dheaptracker.c75 extern int __android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
/hardware/ti/omap4xxx/
H A Dheaptracker.c75 extern int __android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp553 int prio = hl.id ? 3 : 2; local
555 if (exynos_v4l2_s_ctrl(hl.fd, V4L2_CID_TV_LAYER_PRIO, prio) < 0)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h4700 uint8 prio; /* Packet Priority */ member in struct:__anon127

Completed in 254 milliseconds