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

  /device/google/contexthub/util/nanotool/
androidcontexthub.h 49 bool SetCalibration(SensorType sensor_type, int32_t data) override;
50 bool SetCalibration(SensorType sensor_type, float data) override;
51 bool SetCalibration(SensorType sensor_type, int32_t x, int32_t y, int32_t z)
53 bool SetCalibration(SensorType sensor_type, int32_t x, int32_t y,
contexthub.h 218 * SetCalibration function with the calibration data.
271 virtual bool SetCalibration(SensorType sensor_type, int32_t data);
272 virtual bool SetCalibration(SensorType sensor_type, float data);
273 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
275 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
contexthub.cpp 457 success = SetCalibration(sensor.sensor_type, result->xBias,
466 success = SetCalibration(sensor.sensor_type,
475 success = SetCalibration(sensor.sensor_type, result->xBias,
484 success = SetCalibration(sensor.sensor_type,
618 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t data) {
624 bool ContextHub::SetCalibration(SensorType sensor_type, float data) {
630 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x,
639 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x,
androidcontexthub.cpp 304 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) {
316 bool AndroidContextHub::SetCalibration(SensorType sensor_type, float data) {
328 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x,
340 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x,

Completed in 137 milliseconds