Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dplatform.h47 bool platLogPutcharF(void *userData, char ch);
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c185 bool platLogPutcharF(void *userData, char ch) in platLogPutcharF() function
/device/google/contexthub/firmware/os/core/
Dseos.c1367 platLogPutcharF(userData, clevel); in osLogv()
1368 cvprintf(platLogPutcharF, userData, str, vl); in osLogv()