/device/google/contexthub/firmware/src/ |
D | seos.c | 118 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 …]
|
D | eventQ.c | 33 void* evtData; member 82 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, uintptr_t evtFreeData, bo… in evtQueueEnqueue()
|
D | osApi.c | 52 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
|
D | sensors.c | 320 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()
|
D | hostIntf.c | 1044 static void hostIntfHandleEvent(uint32_t evtType, const void* evtData) in hostIntfHandleEvent()
|
/device/google/contexthub/firmware/app/test1.app/ |
D | test_app1.c | 34 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
|
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 47 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
|
/device/google/contexthub/firmware/inc/ |
D | syscallDo.h | 105 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()
|
D | nanohubPacket.h | 261 uint8_t evtData[NANOHUB_PACKET_PAYLOAD_MAX - sizeof(__le32)]; member 270 uint8_t evtData[NANOHUB_PACKET_PAYLOAD_MAX - sizeof(__le32)]; member
|
D | seos.h | 125 void* evtData; member
|
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 154 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
D | appSupport.c | 207 …ndle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const void* evtData) in cpuAppHandle()
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/src/drivers/tilt_detection/ |
D | tilt_detection.c | 223 static void tiltDetectionHandleEvent(uint32_t evtType, const void* evtData) in tiltDetectionHandleEvent()
|
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
D | window_orientation.c | 542 static void windowOrientationHandleEvent(uint32_t evtType, const void* evtData) in windowOrientationHandleEvent()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 639 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 495 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 703 static void fusionHandleEvent(uint32_t evtType, const void* evtData) in fusionHandleEvent()
|
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 676 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 870 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2785 static void handleSpiDoneEvt(const void* evtData) in handleSpiDoneEvt() 2937 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|