Searched refs:evtFreeInfo (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 368 TaggedPtr evtFreeInfo = act->privateEvt.evtFreeInfo; in osPrivateEvtFreeF() local 379 if (taggedPtrIsPtr(evtFreeInfo) && taggedPtrToPtr(evtFreeInfo)) { in osPrivateEvtFreeF() 382 (void (*)(uint16_t, void *))taggedPtrToPtr(evtFreeInfo), in osPrivateEvtFreeF() 389 ((EventFreeF)taggedPtrToPtr(evtFreeInfo))(evtData); in osPrivateEvtFreeF() 392 } else if (taggedPtrIsUint(evtFreeInfo)) { in osPrivateEvtFreeF() 1303 static bool osEnqueueEvtCommon(uint32_t evt, void *evtData, TaggedPtr evtFreeInfo, bool urgent) in osEnqueueEvtCommon() argument 1311 !evtQueueEnqueue(mEvtsInternal, evtType, evtData, evtFreeInfo, urgent)) { in osEnqueueEvtCommon() 1364 static bool osEnqueuePrivateEvtEx(uint32_t evtType, void *evtData, TaggedPtr evtFreeInfo, uint32_t … in osEnqueuePrivateEvtEx() argument 1378 act->privateEvt.evtFreeInfo = evtFreeInfo; in osEnqueuePrivateEvtEx()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos_priv.h | 106 TaggedPtr evtFreeInfo; member
|