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

  /device/google/contexthub/firmware/src/drivers/tilt_detection/
tilt_detection.c 269 static const struct SensorOps mSops =
280 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 567 static const struct SensorOps mSops =
585 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/google/contexthub/firmware/src/drivers/orientation/
orientation.c 744 static const struct SensorOps mSops =
766 mTask.sensors[i].handle = sensorRegister(&mSi[i], &mSops, (void *)i, true);

Completed in 279 milliseconds