Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dsensors_priv.h28 TaggedPtr callInfo; /* pointer to ops struct or app tid */ member
70 #define LOCAL_APP_OPS(s) ((const struct SensorOps*)taggedPtrToPtr(s->callInfo))
71 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo))
/device/google/contexthub/firmware/os/core/
Dtimer.c47 TaggedPtr callInfo; member
81 TaggedPtr callInfo = tim->callInfo; in timCallFunc() local
83 if (taggedPtrIsPtr(callInfo)) { in timCallFunc()
85 ((TimTimerCbkF)taggedPtrToPtr(callInfo))(tim->id, tim->callData); in timCallFunc()
181 t->callInfo = info; in timTimerSetEx()
Dsensors.c89 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, b… in sensorRegisterEx() argument
112 s->callInfo = callInfo; in sensorRegisterEx()