Home
last modified time | relevance | path

Searched refs:mSops (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c270 static const struct SensorOps mSops = variable
281 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true); in tiltDetectionStart()
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c634 static const struct SensorOps mSops = variable
650 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true); in window_orientation_start()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c825 static const struct SensorOps mSops = variable
846 mTask.sensors[i].handle = sensorRegister(&mSi[i], &mSops, (void *)i, true); in fusionStart()