Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Deventnums.h32 #define EVT_DEBUG_LOG 0x00007F01 // send message payload to Linux kernel log macro
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c172 osEnqueueEvt(EVENT_TYPE_BIT_DISCARDABLE | EVT_DEBUG_LOG, userData, platEarlyLogFree); in platEarlyLogFlush()
182 if (!osEnqueueEvt(EVENT_TYPE_BIT_DISCARDABLE | EVT_DEBUG_LOG, userData, heapFree)) in platLogFlush()
/device/google/contexthub/firmware/src/
DhostIntf.c1064 osEventSubscribe(mHostIntfTid, EVT_DEBUG_LOG); in hostIntfHandleEvent()
1096 else if (evtType == EVT_DEBUG_LOG) { in hostIntfHandleEvent()