/device/google/contexthub/firmware/os/core/ |
D | seos.c | 338 …nline void osTaskHandle(struct Task *task, uint16_t evtType, uint16_t fromTid, const void* evtData) in osTaskHandle() 370 void *evtData = act->privateEvt.evtData; 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() 1178 void *evtData; in osMainDequeueLoop() local 1303 static bool osEnqueueEvtCommon(uint32_t evt, void *evtData, TaggedPtr evtFreeInfo, bool urgent) in osEnqueueEvtCommon() 1319 void osRemovePendingEvents(bool (*match)(uint32_t evtType, const void *evtData, void *context), voi… in osRemovePendingEvents() 1324 bool osEnqueueEvt(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvt() 1329 bool osEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvtOrFree() [all …]
|
D | hostIntf.c | 1177 static void onEvtAppStart(const void *evtData) in onEvtAppStart() 1204 static void onEvtAppToHost(const void *evtData) in onEvtAppToHost() 1220 static void onEvtAppToHostChre(const void *evtData) in onEvtAppToHostChre() 1244 static void onEvtAppFromHost(const void *evtData) in onEvtAppFromHost() 1251 static void onEvtAppFromHostChre(const void *evtData) in onEvtAppFromHostChre() 1276 static void onEvtDebugLog(const void *evtData) in onEvtDebugLog() 1285 static void onEvtLatencyTimer(const void *evtData) in onEvtLatencyTimer() 1391 static void onEvtNoSensorConfigEvent(const void *evtData) in onEvtNoSensorConfigEvent() 1437 static void onEvtAppToSensorHalData(const void *evtData) in onEvtAppToSensorHalData() 1447 static void copyEmbeddedSamples(struct ActiveSensor *sensor, const void* evtData) in copyEmbeddedSamples() [all …]
|
D | eventQ.c | 41 void* evtData; member 100 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, in evtQueueEnqueue()
|
D | osApi.c | 55 void *evtData = va_arg(args, void*); in osExpApiEvtqEnqueue() local 64 void *evtData = va_arg(args, void*); in osExpApiEvtqEnqueuePrivate() local 81 void *evtData = va_arg(args, void*); in osExpApiEvtqFreeRetained() local
|
D | nanohub_chre.c | 179 …ChreFreeEvent(uint32_t tid, chreEventCompleteFunction *cbFreeEvt, uint32_t evtType, void * evtData) in osChreFreeEvent() 188 static bool osChreSendEvent(uint16_t evtType, void *evtData, in osChreSendEvent() 482 void *evtData = va_arg(args, void *); in osChreEventSendEvent() local
|
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/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/os/inc/ |
D | syscallDo.h | 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 | seos_priv.h | 105 void *evtData; member
|
/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/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 358 static void handleI2cEvent(const void *evtData) in handleI2cEvent() 422 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/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/vsync/ |
D | vsync.c | 196 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/cpu/cortexm4/ |
D | appSupport.c | 208 …ndle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const void* evtData) in cpuAppHandle()
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 389 static int handleCommDoneEvt(const void* evtData) in handleCommDoneEvt() 456 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/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/tilt_detection/ |
D | tilt_detection.c | 225 static void tiltDetectionHandleEvent(uint32_t evtType, const void* evtData) in tiltDetectionHandleEvent()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 518 static int handleCommDoneEvt(const void* evtData) in handleCommDoneEvt() 637 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 685 static int st_acc44_handleCommDoneEvt(const void* evtData) in st_acc44_handleCommDoneEvt() 768 static void st_acc44_handleEvent(uint32_t evtType, const void* evtData) in st_acc44_handleEvent()
|