Snap for 9690662 from 5f3e80bc68
to udc-release
Change-Id: Iabecc3b049007f16f6826f2f9e32cc262c4e5854
This commit is contained in:
commit
538696da48
3 changed files with 62 additions and 4 deletions
|
@ -317,7 +317,3 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
|
device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Biometrics virtual HAL for e2e testing
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
|
||||||
android.hardware.biometrics.fingerprint-service.example
|
|
||||||
|
|
||||||
|
|
|
@ -517,6 +517,37 @@
|
||||||
"PollingDelay":300000,
|
"PollingDelay":300000,
|
||||||
"PassiveDelay":7000
|
"PassiveDelay":7000
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"LEFT-INNER-DISPLAY",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"WEIGHTED_AVG",
|
||||||
|
"Combination":["outer_disp_therm"],
|
||||||
|
"Coefficient":[1.56],
|
||||||
|
"Offset":-14540,
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"RIGHT-INNER-DISPLAY",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"WEIGHTED_AVG",
|
||||||
|
"Combination":["neutral_therm", "quiet_therm", "skin_therm", "usb_pwr_therm", "usb_pwr_therm2", "inner_disp_therm"],
|
||||||
|
"Coefficient":[0.35, -0.2, 0.55, -0.95, 0.35, 0.8],
|
||||||
|
"Offset":3110,
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"INNER-DISPLAY-DIFF",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"WEIGHTED_AVG",
|
||||||
|
"Combination":["LEFT-INNER-DISPLAY", "RIGHT-INNER-DISPLAY"],
|
||||||
|
"Coefficient":[1.0, -1.0],
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"LITTLE",
|
"Name":"LITTLE",
|
||||||
"Type":"CPU",
|
"Type":"CPU",
|
||||||
|
|
|
@ -517,6 +517,37 @@
|
||||||
"PollingDelay":300000,
|
"PollingDelay":300000,
|
||||||
"PassiveDelay":7000
|
"PassiveDelay":7000
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"LEFT-INNER-DISPLAY",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"WEIGHTED_AVG",
|
||||||
|
"Combination":["outer_disp_therm"],
|
||||||
|
"Coefficient":[1.56],
|
||||||
|
"Offset":-14540,
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"RIGHT-INNER-DISPLAY",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"WEIGHTED_AVG",
|
||||||
|
"Combination":["neutral_therm", "quiet_therm", "skin_therm", "usb_pwr_therm", "usb_pwr_therm2", "inner_disp_therm"],
|
||||||
|
"Coefficient":[0.35, -0.2, 0.55, -0.95, 0.35, 0.8],
|
||||||
|
"Offset":3110,
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"INNER-DISPLAY-DIFF",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"WEIGHTED_AVG",
|
||||||
|
"Combination":["LEFT-INNER-DISPLAY", "RIGHT-INNER-DISPLAY"],
|
||||||
|
"Coefficient":[1.0, -1.0],
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"LITTLE",
|
"Name":"LITTLE",
|
||||||
"Type":"CPU",
|
"Type":"CPU",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue