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 | 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,
|
D | contexthub.cpp | 456 success = SetCalibration(sensor.sensor_type, result->xBias, in HandleCalibrationResult() 465 success = SetCalibration(sensor.sensor_type, in HandleCalibrationResult() 474 success = SetCalibration(sensor.sensor_type, result->xBias, in HandleCalibrationResult() 483 success = SetCalibration(sensor.sensor_type, in HandleCalibrationResult() 617 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t data) { in SetCalibration() function in android::ContextHub 623 bool ContextHub::SetCalibration(SensorType sensor_type, float data) { in SetCalibration() function in android::ContextHub 629 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::ContextHub 638 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::ContextHub
|
D | androidcontexthub.cpp | 284 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) { in SetCalibration() function in android::AndroidContextHub 296 bool AndroidContextHub::SetCalibration(SensorType sensor_type, float data) { in SetCalibration() function in android::AndroidContextHub 308 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::AndroidContextHub 320 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::AndroidContextHub
|