/device/linaro/dragonboard/qcom/qrtr/lib/ |
D | logging.c | 24 if (priority < LOG_EMERG || priority > LOG_DEBUG) in qlog_set_min_priority() 47 case LOG_DEBUG: in get_priority_string()
|
D | logging.h | 19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__)
|
/device/google/contexthub/firmware/os/algos/calibration/util/ |
D | cal_log.h | 36 LOG_FUNC(LOG_DEBUG, "%s " fmt "\n", tag, ##__VA_ARGS__) 38 osLog(LOG_DEBUG, "%s " fmt, tag, ##__VA_ARGS__);
|
/device/google/contexthub/firmware/os/algos/ |
D | ap_hub_sync.c | 41 osLog(LOG_DEBUG, "ApHub sync reset"); in apHubSyncReset() 76 osLog(LOG_DEBUG, "ApHub new sync offset = %" PRId64, sync->deltaEstimation); in apHubSyncAddDelta()
|
/device/google/crosshatch/json-c/ |
D | debug.c | 51 vsyslog(LOG_DEBUG, msg, ap); in mc_debug()
|
/device/google/coral/json-c/ |
D | debug.c | 51 vsyslog(LOG_DEBUG, msg, ap); in mc_debug()
|
/device/google/bonito/json-c/ |
D | debug.c | 51 vsyslog(LOG_DEBUG, msg, ap); in mc_debug()
|
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 44 eOsLog(LOG_DEBUG, "App 0 terminating"); in end_task()
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 43 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
|
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 993 osLog(LOG_DEBUG, "Initializing task pool...\n"); in osStartTasks() 1004 osLog(LOG_DEBUG, "System task is: %p\n", mSystemTask); in osStartTasks() 1007 osLog(LOG_DEBUG, "Starting internal apps...\n"); in osStartTasks() 1034 osLog(LOG_DEBUG, "Starting external apps...\n"); in osStartTasks() 1036 …osLog(LOG_DEBUG, "Started %" PRIu32 " internal apps; EXT status: %08" PRIX32 "\n", taskCnt, status… in osStartTasks()
|
D | nanohubCommand.c | 1944 osLog(LOG_DEBUG, "APHUB Done printing %d items", mApHubSyncDebug.printIndex); in syncDebugCallback() 1951 osLog(LOG_DEBUG, "APHUB init %" PRIu64 " %" PRIu64, in syncDebugCallback() 1956 osLog(LOG_DEBUG, "APHUB %d %" PRIu32 " %" PRIu32, in syncDebugCallback()
|
D | hostIntf.c | 486 hostIntfDeferErrLog(LOG_DEBUG, HOSTINTF_ERR_NAK, __func__); in hostIntfTxAckDone()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | dma.c | 30 #define dmaLogDebug(x) osLog(LOG_DEBUG, x "\n")
|
D | i2c.c | 44 #define i2c_log_debug(x) osLog(LOG_DEBUG, x "\n")
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 93 osLog(LOG_DEBUG, "%s " fmt, "[ISL29034]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 305 LOG_DEBUG = 'D', enumerator
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 82 osLog(LOG_DEBUG, "%s " fmt, "[HTS221]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 56 osLog(LOG_DEBUG, "%s " fmt, "[SI7034]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 83 #define DEBUG_PRINT(fmt, ...) osLog(LOG_DEBUG, "[DoubleTouch] " fmt, ##__VA_ARGS__)
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 51 osLog(LOG_DEBUG, LOG_TAG " " fmt, ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 157 osLog(LOG_DEBUG, "%s " fmt, "[ST_ACC44]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 73 osLog(LOG_DEBUG, "%s " fmt, "[LPS22HB]", ##__VA_ARGS__); \
|
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | ns.c | 736 qlog_set_min_priority(LOG_DEBUG); in main()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 178 osLog(LOG_DEBUG, "%s " fmt, "[ST_MAG40]", ##__VA_ARGS__); \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 89 osLog(LOG_DEBUG, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \ 95 osLog(LOG_DEBUG, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \
|