Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DeventQ.h37 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, TaggedPtr evtFreeData, bo…
/device/google/contexthub/firmware/os/core/
DeventQ.c100 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, in evtQueueEnqueue() function
Dseos.c1311 !evtQueueEnqueue(mEvtsInternal, evtType, evtData, evtFreeInfo, urgent)) { in osEnqueueEvtCommon()