Searched refs:EVT_DEBUG_LOG (Results 1 – 3 of 3) sorted by relevance
32 #define EVT_DEBUG_LOG 0x00007F01 // send message payload to Linux kernel log macro
172 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()
1064 osEventSubscribe(mHostIntfTid, EVT_DEBUG_LOG); in hostIntfHandleEvent()1096 else if (evtType == EVT_DEBUG_LOG) { in hostIntfHandleEvent()