Home
last modified time | relevance | path

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

12

/device/google/contexthub/firmware/os/core/
Dseos.c338 …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 …]
DhostIntf.c1177 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 …]
DeventQ.c41 void* evtData; member
100 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, in evtQueueEnqueue()
Dnanohub_chre.c179 …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
DosApi.c55 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
Dsensors.c297 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()
Dtimer.c226 static bool timerEventMatch(uint32_t evtType, const void *evtData, void *context) in timerEventMatch()
/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/os/inc/
DsyscallDo.h52 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()
Dseos_priv.h105 void *evtData; member
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c73 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp84 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test2.app/
Dmain.cpp62 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent()
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c147 static void handleEvent(uint32_t evtType, const void *evtData) in handleEvent()
Dleds_lp3943.c308 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c208 …ndle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const void* evtData) in cpuAppHandle()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c196 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c358 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/hall_twopole/
Dhall_twopole.c219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c389 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/tilt_detection/
Dtilt_detection.c225 static void tiltDetectionHandleEvent(uint32_t evtType, const void* evtData) in tiltDetectionHandleEvent()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c518 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/intersil_isl29034/
Disl29034.c412 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()

12