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 | 250 virtual bool SetCalibration(SensorType sensor_type, int32_t data); 251 virtual bool SetCalibration(SensorType sensor_type, float data); 252 virtual bool SetCalibration(SensorType sensor_type, int32_t x, 254 virtual bool SetCalibration(SensorType sensor_type, int32_t x,
|
D | contexthub.cpp | 366 success = SetCalibration(sensor.sensor_type, result->xBias, in HandleCalibrationResult() 375 success = SetCalibration(sensor.sensor_type, in HandleCalibrationResult() 384 success = SetCalibration(sensor.sensor_type, result->xBias, in HandleCalibrationResult() 393 success = SetCalibration(sensor.sensor_type, in HandleCalibrationResult() 510 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t data) { in SetCalibration() function in android::ContextHub 516 bool ContextHub::SetCalibration(SensorType sensor_type, float data) { in SetCalibration() function in android::ContextHub 522 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::ContextHub 531 bool ContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::ContextHub
|
D | androidcontexthub.cpp | 280 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t data) { in SetCalibration() function in android::AndroidContextHub 292 bool AndroidContextHub::SetCalibration(SensorType sensor_type, float data) { in SetCalibration() function in android::AndroidContextHub 304 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::AndroidContextHub 316 bool AndroidContextHub::SetCalibration(SensorType sensor_type, int32_t x, in SetCalibration() function in android::AndroidContextHub
|