Searched refs:sensor_value (Results 1 – 7 of 7) sorted by relevance
63 Float sensor_value = event.getSystemFloatSensor(i); in processSensorInfoIntoWrapper() local64 if (sensor_value != null) { in processSensorInfoIntoWrapper()68 sensorData.add(metadata.toLiveDataWrapper(sensor_value)); in processSensorInfoIntoWrapper()72 "Float Sensor " + i, "", sensor_value)); in processSensorInfoIntoWrapper()77 Integer sensor_value = event.getSystemIntegerSensor(i); in processSensorInfoIntoWrapper() local78 if (sensor_value != null) { in processSensorInfoIntoWrapper()82 sensorData.add(metadata.toLiveDataWrapper(sensor_value)); in processSensorInfoIntoWrapper()86 "Integer Sensor " + i, "", sensor_value)); in processSensorInfoIntoWrapper()
50 mSensorText = (TextView) findViewById(R.id.sensor_value); in onCreate()102 TextView sensorText = (TextView) findViewById(R.id.sensor_value); in updateWidgets()
89 mSensorText = (TextView) findViewById(R.id.sensor_value); in onCreate()
158 uint32_t sensor_value;159 if (!vendor_raw_sensor_read(&sensor_value)) {162 return sensor_value / 216.5; // Converted to OK Result with float
133 pw::Status FlushSensorValueToUart(int32_t sensor_value) {136 sb << sensor_value; // Formats as int.
111724 unsigned char sensor_value; member