Home
last modified time | relevance | path

Searched refs:PRINTF_FLAG_CHRE (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dprintf.h28 #define PRINTF_FLAG_CHRE 0x00000001 macro
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c84 osLogv(clevel, PRINTF_FLAG_CHRE, str, innerArgs); in osChreApiLogLogv()
98 osLogv(clevel, PRINTF_FLAG_CHRE | PRINTF_FLAG_SHORT_DOUBLE, str, innerArgs); in osChreApiLogLogvOld()
Dprintf.c413 if (flags & PRINTF_FLAG_CHRE) { in cvprintf()