Home
last modified time | relevance | path

Searched refs:taggedPtrIsPtr (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
DtaggedPtr.h38 static inline bool taggedPtrIsPtr(TaggedPtr tPtr) in taggedPtrIsPtr() function
45 return !taggedPtrIsPtr(tPtr); in taggedPtrIsUint()
/device/google/contexthub/firmware/os/inc/
Dsensors_priv.h72 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo))
/device/google/contexthub/firmware/os/core/
Dtimer.c94 if (taggedPtrIsPtr(callInfo)) { in timCallFunc()
Dseos.c379 if (taggedPtrIsPtr(evtFreeInfo) && taggedPtrToPtr(evtFreeInfo)) { in osPrivateEvtFreeF()
413 if (taggedPtrIsPtr(evtFreeData) && taggedPtrToPtr(evtFreeData)) { in handleEventFreeing()