Merge "vibrator: Dogfood haptic tuning setting V6 (IMU)" into rvc-d1-dev am: 034b1ea132

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12400334

Change-Id: I7a00d0c651449cacc4da64eccb7cc93bf266cd12
This commit is contained in:
Chase Wu
2020-08-31 16:43:01 +00:00
committed by Automerger Merge Worker

View File

@@ -60,7 +60,7 @@ static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0";
// UT team design those target G values
static std::array<float, 5> EFFECT_TARGET_G = {0.275, 0.55, 0.6, 0.9, 1.12};
static std::array<float, 3> STEADY_TARGET_G = {2.0, 1.145, 1.3};
static std::array<float, 3> STEADY_TARGET_G = {2.15, 1.145, 1.3};
struct SensorContext {
ASensorEventQueue *queue;