/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.1d.h | 41 #define PRIO2PREC(prio) \ argument 42 (((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? ((prio^2)) : (prio))
|
D | 802.11e.h | 100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument 101 ((prio) << TS_INFO_USER_PRIO_SHIFT))
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 84 #define android_printLog(prio, tag, ...) \ argument 85 __android_log_print(prio, tag, __VA_ARGS__) 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 88 __android_log_vprint(prio, tag, __VA_ARGS__) 363 int __android_log_is_loggable(int prio, const char* tag, int default_prio); 364 int __android_log_is_loggable_len(int prio, const char* tag, size_t len, int default_prio); 367 #define android_testLog(prio, tag) \ argument 368 (__android_log_is_loggable_len(prio, tag, (tag) ? strlen(tag) : 0, ANDROID_LOG_DEBUG) != 0) 370 #define android_testLog(prio, tag) \ argument [all …]
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/android/ |
D | log.h | 98 int __android_log_write(int prio, const char* tag, const char* text); 105 int __android_log_print(int prio, const char* tag, const char* fmt, ...) 112 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) 170 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* text); 180 int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...) 318 int __android_log_is_loggable(int prio, const char* tag, int default_prio) __INTRODUCED_IN(30); 338 int __android_log_is_loggable_len(int prio, const char* tag, size_t len, int default_prio)
|
/hardware/google/gfxstream/guest/fuchsia/include/cutils/ |
D | log.h | 58 #define android_printLog(prio, tag, format, ...) \ argument 59 __android_log_print(prio, tag, __FILE__, __LINE__, "[prio %d] " format, prio, ##__VA_ARGS__)
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 144 AutoTracer(int prio, const char* msg) in AutoTracer() argument 145 : mPrio(prio) { in AutoTracer() 146 if (debug_level & prio) { in AutoTracer()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 181 AutoTracer(int prio, const char* msg) in AutoTracer() argument 182 : mPrio(prio) { in AutoTracer() 183 if (debug_level & prio) { in AutoTracer()
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | libse-gto.c | 66 int prio; in log_level() local 68 prio = strtol(priority, &endptr, 10); in log_level() 70 return prio; in log_level()
|
/hardware/google/aemu/base/ |
D | CLog.cpp | 20 extern "C" void __emu_log_print(LogSeverity prio, in __emu_log_print() argument
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 261 AutoTracer(int prio, const char* msg) in AutoTracer() argument 262 : mPrio(prio) { in AutoTracer() 263 if (debug_level & prio) { in AutoTracer()
|
/hardware/google/aemu/base/include/aemu/base/logging/ |
D | CLog.h | 39 LOGGING_API void __emu_log_print(LogSeverity prio, const char* file, int line, const char* fmt, ...)
|
D | Log.h | 40 LOGGING_API void __emu_log_print_str(LogSeverity prio, const char* file, int line, const std::strin… 43 void __emu_log_print_cplusplus(LogSeverity prio, const char* file, int line, in __emu_log_print_cplusplus() argument 45 __emu_log_print_str(prio, file, line, std::move(absl::StrFormat(format, args...))); in __emu_log_print_cplusplus()
|
/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.h | 102 extern void __emu_log_print(LogSeverity prio,
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | msm_drm.h | 352 __u32 prio; /* in, Priority level */ member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 4700 uint8 prio; /* Packet Priority */
|