Home
last modified time | relevance | path

Searched defs:evtType (Results 1 – 25 of 43) sorted by relevance

12

/device/google/contexthub/firmware/os/core/
Dseos.c338 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 …]
DeventQ.c40 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()
DosApi.c39 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
Dnanohub_chre.c179 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
DhostIntf.c1493 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()
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/os/inc/
DsyscallDo.h42 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()
DhostIntf.h52 uint32_t evtType; member
Dseos_priv.h104 uint32_t evtType; member
/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/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/sensorhal/
Dhubconnection.h134 uint32_t evtType; member
145 uint32_t evtType; member
213 uint32_t evtType; member
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c208 void cpuAppHandle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const v… 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/hall_twopole/
Dhall_twopole.c219 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/orientation/
Dorientation.c771 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/intersil_isl29034/
Disl29034.c412 static void handle_event(uint32_t evtType, const void* evtData) in handle_event()

12