Home
last modified time | relevance | path

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

12

/device/google/contexthub/firmware/os/core/
Dseos.c316 …nline void osTaskHandle(struct Task *task, uint16_t evtType, uint16_t fromTid, const void* evtData) in osTaskHandle()
348 void *evtData = act->privateEvt.evtData; in osPrivateEvtFreeF() local
379 static void handleEventFreeing(uint32_t evtType, void *evtData, TaggedPtr evtFreeData) // watch out… in handleEventFreeing()
965 static void osInternalEvtHandle(uint32_t evtType, void *evtData) in osInternalEvtHandle()
1053 void osFreeRetainedEvent(uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP) in osFreeRetainedEvent()
1082 void *evtData; in osMainDequeueLoop() local
1198 static bool osEnqueueEvtCommon(uint32_t evt, void *evtData, TaggedPtr evtFreeInfo, bool urgent) in osEnqueueEvtCommon()
1218 void osRemovePendingEvents(bool (*match)(uint32_t evtType, const void *evtData, void *context), voi… in osRemovePendingEvents()
1223 bool osEnqueueEvt(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvt()
1228 bool osEnqueueEvtOrFree(uint32_t evtType, void *evtData, EventFreeF evtFreeF) in osEnqueueEvtOrFree()
[all …]
DhostIntf.c1147 static void onEvtAppStart(const void *evtData) in onEvtAppStart()
1173 static void onEvtAppToHost(const void *evtData) in onEvtAppToHost()
1189 static void onEvtAppFromHost(const void *evtData) in onEvtAppFromHost()
1198 static void onEvtDebugLog(const void *evtData) in onEvtDebugLog()
1207 static void onEvtLatencyTimer(const void *evtData) in onEvtLatencyTimer()
1313 static void onEvtNoSensorConfigEvent(const void *evtData) in onEvtNoSensorConfigEvent()
1359 static void onEvtAppToSensorHalData(const void *evtData) in onEvtAppToSensorHalData()
1369 static void copyEmbeddedSamples(struct ActiveSensor *sensor, const void* evtData) in copyEmbeddedSamples()
1415 …atic void onEvtSensorDataActive(struct ActiveSensor *sensor, uint32_t evtType, const void* evtData) in onEvtSensorDataActive()
1457 …ic void onEvtSensorDataInactive(struct ActiveSensor *sensor, uint32_t evtType, const void* evtData) in onEvtSensorDataInactive()
[all …]
DeventQ.c41 void* evtData; member
100 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData, in evtQueueEnqueue()
Dnanohub_chre.c146 …ChreFreeEvent(uint32_t tid, chreEventCompleteFunction *cbFreeEvt, uint32_t evtType, void * evtData) in osChreFreeEvent()
155 static bool osChreSendEvent(uint16_t evtType, void *evtData, in osChreSendEvent()
175 void *evtData = va_arg(args, void *); in osChreApiSendEvent() local
DosApi.c54 void *evtData = va_arg(args, void*); in osExpApiEvtqEnqueue() local
63 void *evtData = va_arg(args, void*); in osExpApiEvtqEnqueuePrivate() local
80 void *evtData = va_arg(args, void*); in osExpApiEvtqFreeRetained() local
Dtimer.c210 static bool timerEventMatch(uint32_t evtType, const void *evtData, void *context) in timerEventMatch()
Dsensors.c297 static bool sensorCallFuncMarshall(struct Sensor* s, uint32_t evtType, void *evtData, TaggedPtr *ev… in sensorCallFuncMarshall()
845 bool sensorMarshallEvent(uint32_t sensorHandle, uint32_t evtType, void *evtData, TaggedPtr *evtFree… in sensorMarshallEvent()
/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.h103 void *evtData; member
Dseos.h126 void* evtData; member
DnanohubPacket.h262 uint8_t evtData[NANOHUB_PACKET_PAYLOAD_MAX - sizeof(__le32)]; member
271 uint8_t evtData[NANOHUB_PACKET_PAYLOAD_MAX - sizeof(__le32)]; member
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c82 static void handleEvent(uint32_t evtType, const void *evtData) in handleEvent()
/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/os/drivers/vsync/
Dvsync.c192 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/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/hall_twopole/
Dhall_twopole.c219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c377 static void handleCommDoneEvt(const void* evtData) in handleCommDoneEvt()
466 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/window_orientation/
Dwindow_orientation.c606 static void windowOrientationHandleEvent(uint32_t evtType, const void* evtData) in windowOrientationHandleEvent()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c502 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c777 static void fusionHandleEvent(uint32_t evtType, const void* evtData) in fusionHandleEvent()

12