Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 21 of 21) sorted by relevance

/system/chre/platform/slpi/see/
Dsee_cal_helper.cc38 output[i] = input[i] - mCalInfo[index].cal.bias[i]; in applyCalibration()
68 biasData->readings[0].bias[i] = mCalInfo[index].cal.bias[i]; in getBias()
131 float bias[3], bool hasScale, in updateCalibration()
142 memcpy(calData.bias, bias, sizeof(calData.bias)); in updateCalibration()
Dplatform_sensor_manager.cc267 const chreSensorThreeAxisData &bias) { in postSensorBiasEvent() argument
275 *event = bias; in postSensorBiasEvent()
800 const Sensor &sensor, struct chreSensorThreeAxisData *bias) const { in getThreeAxisBias()
813 if (!calHelper->getBias(calSensorType, bias)) { in getThreeAxisBias()
815 memset(bias, 0, sizeof(chreSensorThreeAxisData)); in getThreeAxisBias()
816 bias->header.readingCount = 1; in getThreeAxisBias()
817 bias->header.accuracy = CHRE_SENSOR_ACCURACY_UNKNOWN; in getThreeAxisBias()
823 &bias->header.sensorHandle); in getThreeAxisBias()
Dsee_helper.cc109 UniquePtr<struct chreSensorThreeAxisData> bias; member
1056 .bias.funcs.decode = decodeFloatData, in decodeSnsCalEvent()
1057 .bias.arg = &offset, in decodeSnsCalEvent()
1086 info->data->bias = std::move(biasData); in decodeSnsCalEvent()
1616 if (!data->info.data->bias.isNull()) { in handleSnsClientEventMsg()
1618 std::move(data->info.data->bias)); in handleSnsClientEventMsg()
/system/chre/pal/include/chre/pal/
Dsensor.h334 struct chreSensorThreeAxisData *bias);
358 void (*releaseBiasEvent)(void *bias);
/system/chre/platform/shared/
Dchre_api_sensor.cc126 uint32_t sensorHandle, struct chreSensorThreeAxisData *bias) { in chreSensorGetThreeAxisBias() argument
130 .getThreeAxisBias(sensorHandle, bias); in chreSensorGetThreeAxisBias()
133 UNUSED_VAR(bias); in chreSensorGetThreeAxisBias()
Dplatform_sensor_manager.cc108 const Sensor &sensor, struct chreSensorThreeAxisData *bias) const { in getThreeAxisBias()
111 success = mSensorApi->getThreeAxisBias(sensor.getSensorHandle(), bias); in getThreeAxisBias()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_cal_helper.h127 void updateCalibration(const sns_std_suid &suid, bool hasBias, float bias[3],
144 float bias[3]; member
/system/unwinding/libunwindstack/
DAndroidVersions.md29 * Fix bug (b/109824792) that handled load bias data incorrectly when
32 that the bias is coming from the program header for the executable
33 load. The real fix was to use the bias from the actual section data and
39 the p\_vaddr value from the program header minus the load bias was used
41 it doesn't require any load bias manipulations.
104 * Fix bug where the load bias was set from the first PT\_LOAD program
112 * Fix bug in load bias handling. If the unwind information in the eh\_frame
113 or eh\_frame\_hdr does not have the same bias as the executable section,
/system/chre/platform/include/chre/platform/
Dplatform_sensor_manager.h125 struct chreSensorThreeAxisData *bias) const;
/system/chre/chre_api/legacy/v1_2/chre/
Dsensor_types.h294 float bias[3]; member
/system/chre/chre_api/legacy/v1_4/chre/
Dsensor_types.h347 float bias[3]; member
Dsensor.h970 struct chreSensorThreeAxisData *bias);
/system/chre/chre_api/legacy/v1_3/chre/
Dsensor_types.h347 float bias[3]; member
Dsensor.h950 struct chreSensorThreeAxisData *bias);
/system/chre/chre_api/include/chre_api/chre/
Dsensor_types.h378 float bias[3]; member
Dsensor.h1057 struct chreSensorThreeAxisData *bias);
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc279 struct chreSensorThreeAxisData *bias) { in chreSensorGetThreeAxisBias() argument
281 return (fptr != nullptr) ? fptr(sensorHandle, bias) : false; in chreSensorGetThreeAxisBias()
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h539 float bias[3]; member
/system/chre/core/
Dsensor_request_manager.cc392 uint32_t sensorHandle, struct chreSensorThreeAxisData *bias) const { in getThreeAxisBias()
393 CHRE_ASSERT(bias != nullptr); in getThreeAxisBias()
396 if (bias != nullptr) { in getThreeAxisBias()
401 mPlatformSensorManager.getThreeAxisBias(mSensors[sensorHandle], bias); in getThreeAxisBias()
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h678 float bias[3]; member
/system/chre/core/include/chre/core/
Dsensor_request_manager.h182 struct chreSensorThreeAxisData *bias) const;