Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dtimer.c39 TaggedPtr callInfo; member
74 TaggedPtr callInfo = tim->callInfo; in timCallFunc() local
76 if (taggedPtrIsPtr(callInfo)) { in timCallFunc()
78 ((TimTimerCbkF)taggedPtrToPtr(callInfo))(tim->id, tim->callData); in timCallFunc()
167 t->callInfo = info; in timTimerSetEx()
Dsensors.c40 #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 */ member
120 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, b… in sensorRegisterEx() argument
143 s->callInfo = callInfo; in sensorRegisterEx()