Home
last modified time | relevance | path

Searched refs:accel (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dacceler.c68 int *accel; in fixstate() local
71 accel = (int *) PyObject_MALLOC(nl * sizeof(int)); in fixstate()
72 if (accel == NULL) { in fixstate()
77 accel[k] = -1; in fixstate()
96 if (accel[ibit] != -1) in fixstate()
98 accel[ibit] = a->a_arrow | (1 << 7) | in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
108 while (nl > 0 && accel[nl-1] == -1) in fixstate()
110 for (k = 0; k < nl && accel[k] == -1;) in fixstate()
122 s->s_accel[i] = accel[k]; in fixstate()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dacceler.c68 int *accel; in fixstate() local
71 accel = (int *) PyObject_MALLOC(nl * sizeof(int)); in fixstate()
72 if (accel == NULL) { in fixstate()
77 accel[k] = -1; in fixstate()
96 if (accel[ibit] != -1) in fixstate()
98 accel[ibit] = a->a_arrow | (1 << 7) | in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
108 while (nl > 0 && accel[nl-1] == -1) in fixstate()
110 for (k = 0; k < nl && accel[k] == -1;) in fixstate()
122 s->s_accel[i] = accel[k]; in fixstate()
[all …]
/device/generic/goldfish/tools/
Demulator_boot_test.sh48 emulator -accel-check
/device/google/contexthub/sensorhal/
Dhubconnection.cpp133 mLefty.accel = false; in HubConnection()
742 sv->y = (mLefty.accel ? -sample->iy : sample->iy) * mScaleAccel; in processSample()
828 sv->y = (mLefty.accel ? -sample->y : sample->y); in processSample()
1353 mLefty.accel = !mLefty.accel; in processBuf()
1382 } accel; in sendCalibrationOffsets() local
1390 accel_hw_cal_exists = getCalibrationInt32(settings, ACCEL_BIAS_TAG, accel.hw, 3); in sendCalibrationOffsets()
1391 accel_sw_cal_exists = getCalibrationFloat(saved_settings, ACCEL_SW_BIAS_TAG, accel.sw); in sendCalibrationOffsets()
1394 mAccelBias[0] = accel.sw[0]; in sendCalibrationOffsets()
1395 mAccelBias[1] = accel.sw[1]; in sendCalibrationOffsets()
1396 mAccelBias[2] = accel.sw[2]; in sendCalibrationOffsets()
[all …]
Dhubconnection.h151 bool accel; // Process wrist-aware accel samples as lefty mode member
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c573 int16_t accel[3]; member
1106 out->accel[0] = (data[idx + 2] << 8) | data[idx + 1];
1107 out->accel[1] = (data[idx + 4] << 8) | data[idx + 3];
1108 out->accel[2] = (data[idx + 6] << 8) | data[idx + 5];
1109 out->valid_accel = validateFifoData(out->accel);
1135 raw_data[0] = fifo_data.accel[0];
1136 raw_data[1] = fifo_data.accel[1];
1137 raw_data[2] = fifo_data.accel[2];
2431 ICM40600_TO_ANDROID_COORDINATE(fifo_data.accel[0], fifo_data.accel[1], fifo_data.accel[2]);
2433 T(sensors[ACC]).data[0] = fifo_data.accel[0];
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/
DREADME162 -machine q35,smm=on,accel=(tcg|kvm) \