Searched refs:callInfo (Results 1 – 2 of 2) sorted by relevance
39 TaggedPtr callInfo; member74 TaggedPtr callInfo = tim->callInfo; in timCallFunc() local76 if (taggedPtrIsPtr(callInfo)) { in timCallFunc()78 ((TimTimerCbkF)taggedPtrToPtr(callInfo))(tim->id, tim->callData); in timCallFunc()167 t->callInfo = info; in timTimerSetEx()
40 #define LOCAL_APP_OPS(s) ((const struct SensorOps*)taggedPtrToPtr(s->callInfo))41 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo))48 TaggedPtr callInfo; /* pointer to ops struct or app tid */ member120 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, b… in sensorRegisterEx() argument143 s->callInfo = callInfo; in sensorRegisterEx()