HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_LEVEL (Results 1 - 18 of 18) sorted by null

  /hardware/qcom/gps/msm8960/utils/
log_util.h 62 unsigned long DEBUG_LEVEL;
95 /*loc_logger.DEBUG_LEVEL is initialized to 0xff in loc_cfg.cpp
100 if ((loc_logger.DEBUG_LEVEL >= 1) && (loc_logger.DEBUG_LEVEL <= 5)) { ALOGE("W/"__VA_ARGS__); } \
101 else if (loc_logger.DEBUG_LEVEL == 0xff) { ALOGE("W/"__VA_ARGS__); }
104 if ((loc_logger.DEBUG_LEVEL >= 2) && (loc_logger.DEBUG_LEVEL <= 5)) { ALOGE("W/"__VA_ARGS__); } \
105 else if (loc_logger.DEBUG_LEVEL == 0xff) { ALOGW("W/"__VA_ARGS__); }
108 if ((loc_logger.DEBUG_LEVEL >= 3) && (loc_logger.DEBUG_LEVEL <= 5)) { ALOGE("I/"__VA_ARGS__); }
    [all...]
loc_cfg.cpp 54 static uint8_t DEBUG_LEVEL = 0xff;
60 {"DEBUG_LEVEL", &DEBUG_LEVEL, NULL, 'n'},
233 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
285 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
loc_log.cpp 189 Initializes the state of DEBUG_LEVEL and TIMESTAMP
202 loc_logger.DEBUG_LEVEL = debug;
  /hardware/qcom/gps/utils/
log_util.h 62 unsigned long DEBUG_LEVEL;
95 /*loc_logger.DEBUG_LEVEL is initialized to 0xff in loc_cfg.cpp
99 #define IF_LOC_LOGE if((loc_logger.DEBUG_LEVEL >= 1) && (loc_logger.DEBUG_LEVEL <= 5))
101 #define IF_LOC_LOGW if((loc_logger.DEBUG_LEVEL >= 2) && (loc_logger.DEBUG_LEVEL <= 5))
103 #define IF_LOC_LOGI if((loc_logger.DEBUG_LEVEL >= 3) && (loc_logger.DEBUG_LEVEL <= 5))
105 #define IF_LOC_LOGD if((loc_logger.DEBUG_LEVEL >= 4) && (loc_logger.DEBUG_LEVEL <= 5)
    [all...]
loc_log.cpp 189 Initializes the state of DEBUG_LEVEL and TIMESTAMP
202 loc_logger.DEBUG_LEVEL = debug;
205 if (loc_logger.DEBUG_LEVEL > 2) {
206 loc_logger.DEBUG_LEVEL = 2;
loc_cfg.cpp 55 static uint8_t DEBUG_LEVEL = 0xff;
61 {"DEBUG_LEVEL", &DEBUG_LEVEL, NULL, 'n'},
394 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
  /hardware/qcom/gps/etc/
gps.conf 23 # If DEBUG_LEVEL is commented, Android's logging levels will be used
24 DEBUG_LEVEL = 3
  /device/moto/shamu/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /device/lge/hammerhead/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /device/lge/mako/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /hardware/qcom/gps/msm8960/etc/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksdebug.h 80 # if !defined( DEBUG_LEVEL )
93 ULONG DEBUG_VARIABLE = DEBUG_LEVEL;
98 # define DEBUG_VARIABLE DEBUG_LEVEL
  /device/htc/flounder/gps/qct/
gps.conf 14 # If DEBUG_LEVEL is commented, Android's logging levels will be used
15 DEBUG_LEVEL=2
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 51 #define DEBUG_LEVEL 0
53 #ifdef DEBUG_LEVEL
57 if ( (unsigned)(level) <= DEBUG_LEVEL ) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tic.h 118 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT)
121 _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL), \
122 _nc_tracing |= DEBUG_LEVEL(n)
125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 118 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT)
121 _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL), \
122 _nc_tracing |= DEBUG_LEVEL(n)
125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
  /hardware/intel/img/psb_video/src/
psb_drv_debug.h 76 } DEBUG_LEVEL;
124 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...);
psb_drv_debug.c 289 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...)
294 if (debug_level == VIDEO_DEBUG_ERROR) {
303 if ((psb_video_debug_option & PRINT_TO_LOGCAT) && (debug_level & psb_video_debug_level)) {
319 (debug_level & psb_video_debug_level)) {
    [all...]

Completed in 526 milliseconds