/device/google/contexthub/firmware/os/core/ |
D | seos.c | 338 static inline void osTaskHandle(struct Task *task, uint16_t evtType, uint16_t fromTid, const void* … in osTaskHandle() 369 uint32_t evtType = act->privateEvt.evtType; in osPrivateEvtFreeF() local 401 static void handleEventFreeing(uint32_t evtType, void *evtData, TaggedPtr evtFreeData) // watch out… in handleEventFreeing() 1039 static void osInternalEvtHandle(uint32_t evtType, void *evtData) in osInternalEvtHandle() 1149 void osFreeRetainedEvent(uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP) in osFreeRetainedEvent() 1177 uint32_t evtType, j; in osMainDequeueLoop() local 1267 bool osEventSubscribe(uint32_t tid, uint32_t evtType) in osEventSubscribe() 1273 bool osEventUnsubscribe(uint32_t tid, uint32_t evtType) in osEventUnsubscribe() 1306 uint32_t evtType = EVENT_WITH_ORIGIN(evt, osGetCurrentTid()); in osEnqueueEvtCommon() local 1319 void osRemovePendingEvents(bool (*match)(uint32_t evtType, const void *evtData, void *context), voi… in osRemovePendingEvents() [all …]
|
D | eventQ.c | 40 uint32_t evtType; member 100 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, in evtQueueEnqueue() 159 bool (*match)(uint32_t evtType, const void *data, void *context), in evtQueueRemoveAllMatching()
|
D | osApi.c | 39 uint32_t evtType = va_arg(args, uint32_t); in osExpApiEvtqSubscribe() local 47 uint32_t evtType = va_arg(args, uint32_t); in osExpApiEvtqUnsubscribe() local 54 uint32_t evtType = va_arg(args, uint32_t); in osExpApiEvtqEnqueue() local 63 uint32_t evtType = va_arg(args, uint32_t); in osExpApiEvtqEnqueuePrivate() local 80 uint32_t evtType = va_arg(args, uint32_t); in osExpApiEvtqFreeRetained() local
|
D | nanohub_chre.c | 179 void osChreFreeEvent(uint32_t tid, chreEventCompleteFunction *cbFreeEvt, uint32_t evtType, void * e… in osChreFreeEvent() 188 static bool osChreSendEvent(uint16_t evtType, void *evtData, in osChreSendEvent() 481 uint16_t evtType = va_arg(args, uint32_t); // stored as 32-bit in osChreEventSendEvent() local
|
D | hostIntf.c | 1493 static void onEvtSensorDataActive(struct ActiveSensor *sensor, uint32_t evtType, const void* evtDat… in onEvtSensorDataActive() 1535 static void onEvtSensorDataInactive(struct ActiveSensor *sensor, uint32_t evtType, const void* evtD… in onEvtSensorDataInactive() 1551 static void onEvtSensorData(uint32_t evtType, const void* evtData) in onEvtSensorData() 1564 static void hostIntfHandleEvent(uint32_t evtType, const void* evtData) in hostIntfHandleEvent()
|
D | sensors.c | 297 static bool sensorCallFuncMarshall(struct Sensor* s, uint32_t evtType, void *evtData, TaggedPtr *ev… in sensorCallFuncMarshall() 858 bool sensorMarshallEvent(uint32_t sensorHandle, uint32_t evtType, void *evtData, TaggedPtr *evtFree… in sensorMarshallEvent()
|
D | timer.c | 226 static bool timerEventMatch(uint32_t evtType, const void *evtData, void *context) in timerEventMatch()
|
/device/google/contexthub/firmware/os/inc/ |
D | syscallDo.h | 42 static inline bool eOsEventSubscribe(uint32_t tid, uint32_t evtType) in eOsEventSubscribe() 47 static inline bool eOsEventUnsubscribe(uint32_t tid, uint32_t evtType) in eOsEventUnsubscribe() 52 static inline bool eOsEnqueueEvt(uint32_t evtType, void *evtData, uint32_t tidOfWhoWillFreeThisEven… in eOsEnqueueEvt() 57 static inline bool eOsEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF, uint32… in eOsEnqueueEvtOrFree() 65 static inline bool eOsEnqueuePrivateEvt(uint32_t evtType, void *evtData, uint32_t tidOfWhoWillFreeT… in eOsEnqueuePrivateEvt() 75 static inline bool eOsFreeRetainedEvent(uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP) in eOsFreeRetainedEvent()
|
D | hostIntf.h | 52 uint32_t evtType; member
|
D | seos_priv.h | 104 uint32_t evtType; member
|
/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/app/chre/chre_test0.app/ |
D | main.c | 73 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | main.cpp | 84 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent()
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | main.cpp | 62 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.h | 134 uint32_t evtType; member 145 uint32_t evtType; member 213 uint32_t evtType; member
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 147 static void handleEvent(uint32_t evtType, const void *evtData) in handleEvent()
|
D | leds_lp3943.c | 308 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 196 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 208 void cpuAppHandle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const v… in cpuAppHandle()
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 771 uint32_t evtType = sensorGetMyEventType(mSi[mSensor->idx].sensorType); in fusionFlush() local 777 static void fusionHandleEvent(uint32_t evtType, const void* evtData) in fusionHandleEvent()
|
/device/google/contexthub/firmware/os/drivers/tilt_detection/ |
D | tilt_detection.c | 225 static void tiltDetectionHandleEvent(uint32_t evtType, const void* evtData) in tiltDetectionHandleEvent()
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 412 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()
|