HomeSort by relevance Sort by last modified time
    Searched refs:evtType (Results 26 - 49 of 49) sorted by null

12

  /device/google/contexthub/firmware/os/core/
hostIntf.c     [all...]
sensors.c 297 static bool sensorCallFuncMarshall(struct Sensor* s, uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP)
300 INVOKE_AS_OWNER_AND_RETURN(LOCAL_APP_OPS(s)->sensorMarshallData, evtType, evtData, evtFreeingInfoP, s->callData);
307 evt->externalMarshallEvt.origEvtType = evtType;
858 bool sensorMarshallEvent(uint32_t sensorHandle, uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP)
865 return sensorCallFuncMarshall(s, evtType, evtData, evtFreeingInfoP);
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 196 static void handleEvent(uint32_t evtType, const void* evtData)
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 412 static void handle_event(uint32_t evtType, const void* evtData)
416 switch (evtType) {
  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 262 __le32 evtType;
271 __le32 evtType;
sensors.h 290 bool sensorMarshallEvent(uint32_t sensorHandle, uint32_t evtType, void *evtData, TaggedPtr *evtFreeingInfoP);
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 703 static void handle_event(uint32_t evtType, const void* evtData)
707 switch (evtType) {
735 if (evtType == EVT_SENSOR_ALS_TIMER)
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 422 static void handleEvent(uint32_t evtType, const void* evtData)
424 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 456 static void handleEvent(uint32_t evtType, const void* evtData)
458 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 503 static void handleEvent(uint32_t evtType, const void* evtData)
510 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 610 static void windowOrientationHandleEvent(uint32_t evtType, const void* evtData)
619 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 203 static void handleEvent(uint32_t evtType, const void* evtData)
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 219 static void handleEvent(uint32_t evtType, const void* evtData)
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 771 uint32_t evtType = sensorGetMyEventType(mSi[mSensor->idx].sensorType);
773 osEnqueueEvt(evtType, SENSOR_DATA_EVENT_FLUSH, NULL);
777 static void fusionHandleEvent(uint32_t evtType, const void* evtData)
785 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 700 static void handleEvent(uint32_t evtType, const void* evtData)
705 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 756 static void handle_event(uint32_t evtType, const void* evtData)
760 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 768 static void st_acc44_handleEvent(uint32_t evtType, const void* evtData)
770 switch (evtType) {
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 637 static void handleEvent(uint32_t evtType, const void* evtData)
639 switch (evtType) {
  /device/google/contexthub/sensorhal/
hubconnection.cpp 537 cmd->evtType = EVT_APP_FROM_HOST;
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 965 static void handleEvent(uint32_t evtType, const void* evtData)
967 switch (evtType) {
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 271 SendEvent(self.cmb, wx.EVT_COMBOBOX.evtType[0])
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 380 milliseconds

12