Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dmouse.js20 function onMouseDown(evt) { argument
28 function onMouseUp(evt) { argument
34 function onMouseMove(evt) { argument
46 function onMouseKey(evt) { argument
54 function onMouseWheel(evt) { argument
Dkeyboard.js20 function onMouseDown(evt) { argument
24 function onMouseUp(evt) { argument
34 function onMouseDown(evt) { argument
Dapp.js460 #onRootCanalCommand(deviceConnection, cmd, evt) { argument
489 #onSendLocation(deviceConnection, evt) { argument
580 #onImportLocationsFile(deviceConnection, evt) { argument
659 #onDisplayAdditionConfirm(evt) { argument
1181 #onMicButton(evt) { argument
Dcf_webrtc.js275 #sendJsonInput(evt) { argument
/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/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/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/
Dkernel_log_events_handler.cpp56 eventfd_t evt; in ReadLoop() local
/device/google/trout/hal/sensors/2.1/
DSensor.cpp162 void HWSensorBase::processScanData(uint8_t* data, Event* evt) { in processScanData()
201 Event evt; in pollForEvents() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Ddata_channels.cpp89 Json::Value evt; in OnMessageInner() local
180 Json::Value evt; in OnMessageInner() local
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js177 ws.onerror = evt => { argument