Searched refs:osLogv (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 309 void osLogv(char clevel, uint32_t flags, const char *str, va_list vl);
|
/device/google/contexthub/firmware/os/core/ |
D | nanohub_chre.c | 84 osLogv(clevel, PRINTF_FLAG_CHRE, str, innerArgs); in osChreApiLogLogv() 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() function 1501 osLogv((char)level, 0, str, vl); in osLog()
|
D | osApi.c | 93 osLogv((char)level, 0, str, innerArgs); in osExpApiLogLogv()
|