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

  /frameworks/native/services/sensorservice/
SensorEventConnection.cpp 84 for (size_t i = 0; i < mSensorInfo.size(); ++i) {
85 const FlushInfo& flushInfo = mSensorInfo.valueAt(i);
87 mService->getSensorName(mSensorInfo.keyAt(i)).string(),
88 mSensorInfo.keyAt(i),
110 mSensorInfo.indexOfKey(handle) >= 0) {
113 mSensorInfo.add(handle, FlushInfo());
119 if (mSensorInfo.removeItem(handle) >= 0) {
127 return mSensorInfo.indexOfKey(handle) >= 0;
132 return mSensorInfo.size() ? true : false;
137 for (size_t i = 0; i < mSensorInfo.size(); ++i)
    [all...]
SensorEventConnection.h 84 // Increment mPendingFlushEventsToSend in mSensorInfo. These flush complete events will be sent
160 KeyedVector<int, FlushInfo> mSensorInfo;
SensorService.cpp     [all...]
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 145 static const struct SensorInfo mSensorInfo =
203 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /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/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 439 milliseconds