Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DeventQ.h35 struct EvtQueue* evtQueueAlloc(uint32_t size, EvtQueueForciblyDiscardEvtCbkF forceDiscardCbk);
/device/google/contexthub/firmware/os/core/
DeventQ.c63 struct EvtQueue* evtQueueAlloc(uint32_t size, EvtQueueForciblyDiscardEvtCbkF forceDiscardCbk) in evtQueueAlloc() function
Dseos.c438 if (!(mEvtsInternal = evtQueueAlloc(512, handleEventFreeing))) { in osInit()