Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DeventQ.h39 void evtQueueRemoveAllMatching(struct EvtQueue* q, bool (*match)(uint32_t evtType, const void *dat…
/device/google/contexthub/firmware/os/core/
DeventQ.c158 void evtQueueRemoveAllMatching(struct EvtQueue* q, in evtQueueRemoveAllMatching() function
Dseos.c1321 evtQueueRemoveAllMatching(mEvtsInternal, match, context); in osRemovePendingEvents()