Home
last modified time | relevance | path

Searched defs:evt (Results 1 – 20 of 20) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dsensors.c194 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncPower() local
235 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSetRate() local
281 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncCfgData() local
302 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncMarshall() local
333 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSendOneDirectEvt() local
470 struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)evtP; in sensorInternalFwStateChanged() local
494 struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)evtP; in sensorInternalPowerStateChanged() local
522 struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)evtP; in sensorInternalRateChanged() local
543 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorSignalInternalEvt() local
Dtimer.c91 struct TimerEvent *evt; in timCallFunc() local
230 struct TimerEvent *evt; in timerEventMatch() local
Dseos.c1045 uint16_t evt = EVENT_GET_EVENT(evtType), newEvt; in osInternalEvtHandle() local
1180 uint16_t tid, evt; in osMainDequeueLoop() local
1303 static bool osEnqueueEvtCommon(uint32_t evt, void *evtData, TaggedPtr evtFreeInfo, bool urgent) in osEnqueueEvtCommon()
DosApi.c298 static void osExpApiI2cInternalEvtFreeF(void *evt) in osExpApiI2cInternalEvtFreeF()
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c170 static void chreappProcessSensorData(uint16_t evt, const void *eventData) in chreappProcessSensorData()
200 static void chreappProcessConfigEvt(uint16_t evt, const void *eventData) in chreappProcessConfigEvt()
230 uint16_t evt = eventTypeAndTid; in chreappHandle() local
Dchre_app.c170 static void chreappProcessSensorData(uint16_t evt, const void *eventData) in chreappProcessSensorData()
200 static void chreappProcessConfigEvt(uint16_t evt, const void *eventData) in chreappProcessConfigEvt()
230 uint16_t evt = eventTypeAndTid; in chreappHandle() local
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h39 #define EVENT_WITH_ORIGIN(evt, origin) (((evt) & EVT_MASK) | ((origin) << (32 - TASK_TID_BITS… argument
40 #define EVENT_GET_ORIGIN(evt) ((evt) >> (32 - TASK_TID_BITS)) argument
41 #define EVENT_GET_EVENT(evt) ((evt) & (EVT_MASK & ~EVENT_TYPE_BIT_DISCARDABLE)) argument
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js382 #onRootCanalCommand(deviceConnection, cmd, evt) { argument
411 #onSendLocation(deviceConnection, evt) { argument
423 #onImportLocationsFile(deviceConnection, evt) { argument
1009 #onMicButton(evt) { argument
Dcf_webrtc.js251 #sendJsonInput(evt) { argument
/device/google/cuttlefish/host/frontend/webrtc/
Dkernel_log_events_handler.cpp56 eventfd_t evt; in ReadLoop() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Ddata_channels.cpp87 Json::Value evt; in OnMessageInner() local
174 Json::Value evt; in OnMessageInner() local
/device/google/trout/hal/sensors/2.0/
DSensor.cpp160 void HWSensorBase::processScanData(uint8_t* data, Event* evt) { in processScanData()
199 Event evt; in pollForEvents() local
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js170 ws.onerror = evt => { argument
/device/google/redbull-kernel/sm7250/original-kernel-headers/media/
Dradio-iris.h121 __u8 evt; member
/device/google/sunfish-kernel/sm7150/kernel-headers/media/
Dradio-iris.h117 __u8 evt; member
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dradio-iris.h117 __u8 evt; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/media/
Dradio-iris.h117 __u8 evt; member
/device/google/redbull-kernel/sm7250/kernel-headers/media/
Dradio-iris.h117 __u8 evt; member
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dradio-iris.h117 __u8 evt; member
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp44160 auto* evt = packet->set_perfetto_metatrace(); in WriteAllAvailableEvents() local