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

  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 270 static const struct SensorOps mSops =
281 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 638 static const struct SensorOps mSops =
654 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 825 static const struct SensorOps mSops =
846 mTask.sensors[i].handle = sensorRegister(&mSi[i], &mSops, (void *)i, true);

Completed in 1480 milliseconds