Searched refs:SetCalibration (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | 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,
|
D | contexthub.h | 272 virtual bool SetCalibration(SensorType sensor_type, int32_t data); 273 virtual bool SetCalibration(SensorType sensor_type, float data); 274 virtual bool SetCalibration(SensorType sensor_type, int32_t x, 276 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
|
D | contexthub.cpp | 458 success = SetCalibration(sensor.sensor_type, result->xBias, in HandleCalibrationResult() 467 success = SetCalibration(sensor.sensor_type, in HandleCalibrationResult() 476 success = SetCalibration(sensor.sensor_type, result->xBias, in HandleCalibrationResult() 485 success = SetCalibration(sensor.sensor_type, in HandleCalibrationResult() 619 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t data) { in SetCalibration() function in android::ContextHub 625 bool ContextHub::SetCalibration(SensorType sensor_type, float data) { in SetCalibration() function in android::ContextHub 631 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::ContextHub 640 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::ContextHub
|
D | androidcontexthub.cpp | 304 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) { in SetCalibration() function in android::AndroidContextHub 316 bool AndroidContextHub::SetCalibration(SensorType sensor_type, float data) { in SetCalibration() function in android::AndroidContextHub 328 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::AndroidContextHub 340 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::AndroidContextHub
|