HomeSort by relevance Sort by last modified time
    Searched defs:mSensorInfo (Results 1 - 7 of 7) sorted by null

  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 126 static const struct SensorInfo mSensorInfo =
210 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 145 static const struct SensorInfo mSensorInfo =
203 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /frameworks/native/services/sensorservice/
SensorEventConnection.h 84 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be sent
160 KeyedVector<int, FlushInfo> mSensorInfo;
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 143 static const struct SensorInfo mSensorInfo =
226 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
SensorsTestFragment.java 85 private TextView mSensorInfo;
103 mSensorInfo = (TextView) view.findViewById(R.id.sensor_info);
301 mSensorInfo.setText(summaryString);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 413 static const struct SensorInfo mSensorInfo = {
574 mTask.handle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, false);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 756 static const struct SensorInfo mSensorInfo[NUM_OF_SENSOR] =
    [all...]

Completed in 206 milliseconds