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 217 * SetCalibration function with the calibration data.
270 virtual bool SetCalibration(SensorType sensor_type, int32_t data);
271 virtual bool SetCalibration(SensorType sensor_type, float data);
272 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
274 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
contexthub.cpp 456 success = SetCalibration(sensor.sensor_type, result->xBias,
465 success = SetCalibration(sensor.sensor_type,
474 success = SetCalibration(sensor.sensor_type, result->xBias,
483 success = SetCalibration(sensor.sensor_type,
617 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t data) {
623 bool ContextHub::SetCalibration(SensorType sensor_type, float data) {
629 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x,
638 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x,
androidcontexthub.cpp 284 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) {
296 bool AndroidContextHub::SetCalibration(SensorType sensor_type, float data) {
308 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x,
320 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x,

Completed in 418 milliseconds