Home
last modified time | relevance | path

Searched defs:evtData (Results 1 – 22 of 22) sorted by relevance

/device/google/contexthub/firmware/src/
Dseos.c118 void *evtData; member
367 static inline void osTaskHandle(struct Task *task, uint32_t evtType, const void* evtData) in osTaskHandle()
374 static void handleEventFreeing(uint32_t evtType, void *evtData, uintptr_t evtFreeData) // watch out… in handleEventFreeing()
930 static void osInternalEvtHandle(uint32_t evtType, void *evtData) in osInternalEvtHandle()
1013 void osFreeRetainedEvent(uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP) in osFreeRetainedEvent()
1039 void *evtData; in osMainDequeueLoop() local
1118 static bool osEnqueueEvtCommon(uint32_t evtType, void *evtData, TaggedPtr evtFreeInfo) in osEnqueueEvtCommon()
1137 bool osEnqueueEvt(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvt()
1142 bool osEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvtOrFree()
1152 bool osEnqueueEvtAsApp(uint32_t evtType, void *evtData, uint32_t fromAppTid) in osEnqueueEvtAsApp()
[all …]
DeventQ.c33 void* evtData; member
82 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, uintptr_t evtFreeData, bo… in evtQueueEnqueue()
DosApi.c52 void *evtData = va_arg(args, void*); in osExpApiEvtqEnqueue() local
61 void *evtData = va_arg(args, void*); in osExpApiEvtqEnqueuePrivate() local
78 void *evtData = va_arg(args, void*); in osExpApiEvtqFreeRetained() local
Dsensors.c320 static bool sensorCallFuncMarshall(struct Sensor* s, uint32_t evtType, void *evtData, TaggedPtr *ev… in sensorCallFuncMarshall()
825 bool sensorMarshallEvent(uint32_t sensorHandle, uint32_t evtType, void *evtData, TaggedPtr *evtFree… in sensorMarshallEvent()
DhostIntf.c1044 static void hostIntfHandleEvent(uint32_t evtType, const void* evtData) in hostIntfHandleEvent()
/device/google/contexthub/firmware/app/test1.app/
Dtest_app1.c34 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c47 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
/device/google/contexthub/firmware/inc/
DsyscallDo.h105 static inline bool eOsEnqueueEvt(uint32_t evtType, void *evtData, uint32_t tidOfWhoWillFreeThisEven… in eOsEnqueueEvt()
110 static inline bool eOsEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF, uint32… in eOsEnqueueEvtOrFree()
118 static inline bool eOsEnqueuePrivateEvt(uint32_t evtType, void *evtData, uint32_t tidOfWhoWillFreeT… in eOsEnqueuePrivateEvt()
128 static inline bool eOsFreeRetainedEvent(uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP) in eOsFreeRetainedEvent()
DnanohubPacket.h261 uint8_t evtData[NANOHUB_PACKET_PAYLOAD_MAX - sizeof(__le32)]; member
270 uint8_t evtData[NANOHUB_PACKET_PAYLOAD_MAX - sizeof(__le32)]; member
Dseos.h125 void* evtData; member
/device/google/contexthub/firmware/src/drivers/vsync/
Dvsync.c154 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c207 …ndle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const void* evtData) in cpuAppHandle()
/device/google/contexthub/firmware/src/drivers/hall/
Dhall.c203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/src/drivers/hall_twopole/
Dhall_twopole.c219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/src/drivers/tilt_detection/
Dtilt_detection.c223 static void tiltDetectionHandleEvent(uint32_t evtType, const void* evtData) in tiltDetectionHandleEvent()
/device/google/contexthub/firmware/src/drivers/window_orientation/
Dwindow_orientation.c542 static void windowOrientationHandleEvent(uint32_t evtType, const void* evtData) in windowOrientationHandleEvent()
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/
Dams_tmd2772.c639 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c495 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/src/drivers/orientation/
Dorientation.c703 static void fusionHandleEvent(uint32_t evtType, const void* evtData) in fusionHandleEvent()
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
Drohm_rpr0521.c676 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c870 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2785 static void handleSpiDoneEvt(const void* evtData) in handleSpiDoneEvt()
2937 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()