Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/dragonboard/qcom/qrtr/lib/
Dlogging.c24 if (priority < LOG_EMERG || priority > LOG_DEBUG) in qlog_set_min_priority()
47 case LOG_DEBUG: in get_priority_string()
Dlogging.h19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h36 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/
Dap_hub_sync.c41 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/
Ddebug.c51 vsyslog(LOG_DEBUG, msg, ap); in mc_debug()
/device/google/coral/json-c/
Ddebug.c51 vsyslog(LOG_DEBUG, msg, ap); in mc_debug()
/device/google/bonito/json-c/
Ddebug.c51 vsyslog(LOG_DEBUG, msg, ap); in mc_debug()
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c44 eOsLog(LOG_DEBUG, "App 0 terminating"); in end_task()
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h43 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
/device/google/contexthub/firmware/os/core/
Dseos.c993 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()
DnanohubCommand.c1944 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()
DhostIntf.c486 hostIntfDeferErrLog(LOG_DEBUG, HOSTINTF_ERR_NAK, __func__); in hostIntfTxAckDone()
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c30 #define dmaLogDebug(x) osLog(LOG_DEBUG, x "\n")
Di2c.c44 #define i2c_log_debug(x) osLog(LOG_DEBUG, x "\n")
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c93 osLog(LOG_DEBUG, "%s " fmt, "[ISL29034]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/inc/
Dseos.h305 LOG_DEBUG = 'D', enumerator
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c82 osLog(LOG_DEBUG, "%s " fmt, "[HTS221]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c56 osLog(LOG_DEBUG, "%s " fmt, "[SI7034]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c83 #define DEBUG_PRINT(fmt, ...) osLog(LOG_DEBUG, "[DoubleTouch] " fmt, ##__VA_ARGS__)
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c51 osLog(LOG_DEBUG, LOG_TAG " " fmt, ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c157 osLog(LOG_DEBUG, "%s " fmt, "[ST_ACC44]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c73 osLog(LOG_DEBUG, "%s " fmt, "[LPS22HB]", ##__VA_ARGS__); \
/device/linaro/dragonboard/qcom/qrtr/src/
Dns.c736 qlog_set_min_priority(LOG_DEBUG); in main()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c178 osLog(LOG_DEBUG, "%s " fmt, "[ST_MAG40]", ##__VA_ARGS__); \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c89 osLog(LOG_DEBUG, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \
95 osLog(LOG_DEBUG, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \

12