Searched refs:clevel (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | nanohub_chre.c | 79 char clevel = (level > CHRE_LOG_DEBUG || (int) level < 0) ? 'V' : levels[level]; in osChreApiLogLogv() local 84 osLogv(clevel, PRINTF_FLAG_CHRE, str, innerArgs); in osChreApiLogLogv() 93 char clevel = (level > CHRE_LOG_DEBUG || (int) level < 0) ? 'V' : levels[level]; in osChreApiLogLogvOld() local 98 osLogv(clevel, PRINTF_FLAG_CHRE | PRINTF_FLAG_SHORT_DOUBLE, str, innerArgs); in osChreApiLogLogvOld()
|
D | seos.c | 1486 void osLogv(char clevel, uint32_t flags, const char *str, va_list vl) in osLogv() argument 1490 platLogPutcharF(userData, clevel); in osLogv()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 309 void osLogv(char clevel, uint32_t flags, const char *str, va_list vl);
|