HomeSort by relevance Sort by last modified time
    Searched refs:taggedPtrIsPtr (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
taggedPtr.h 38 static inline bool taggedPtrIsPtr(TaggedPtr tPtr)
45 return !taggedPtrIsPtr(tPtr);
  /device/google/contexthub/firmware/os/inc/
sensors_priv.h 72 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo))
  /device/google/contexthub/firmware/os/core/
timer.c 94 if (taggedPtrIsPtr(callInfo)) {
seos.c 379 if (taggedPtrIsPtr(evtFreeInfo) && taggedPtrToPtr(evtFreeInfo)) {
413 if (taggedPtrIsPtr(evtFreeData) && taggedPtrToPtr(evtFreeData)) {
    [all...]

Completed in 113 milliseconds