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.c196 bool platLogPutcharF(void *userData, char ch) in platLogPutcharF() function
/device/google/contexthub/firmware/os/core/
Dseos.c1490 platLogPutcharF(userData, clevel); in osLogv()
1491 cvprintf(platLogPutcharF, flags, userData, str, vl); in osLogv()