HomeSort by relevance Sort by last modified time
    Searched refs:SENS_TYPE_TILT (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/inc/
sensType.h 49 #define SENS_TYPE_TILT 25
  /device/google/contexthub/firmware/src/drivers/tilt_detection/
tilt_detection.c 182 .sensorType = SENS_TYPE_TILT,
221 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_TILT),
263 osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_TILT), sample.vptr, NULL);
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 109 cmd->sensorType = SENS_TYPE_TILT;
  /device/google/contexthub/sensorhal/
hubconnection.cpp 177 mSensorState[COMMS_SENSOR_TILT].sensorType = SENS_TYPE_TILT;
840 case SENS_TYPE_TO_EVENT(SENS_TYPE_TILT):
    [all...]

Completed in 58 milliseconds