Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
    • Tai Kuo's avatar
      vibrator: enable composePwle · 8f7d06bb
      Tai Kuo authored
      Bug: 193784220
      Test: adb shell getprop | grep vibrator
      Test: adb shell dumpsys vibrator_manager
      Test: adb shell dumpsys android.hardware.vibrator.IVibrator/default
      Test: atest VtsHalVibratorTargetTest
      Change-Id: I66b109d67400cf6382b23c0969726031d38b2697
      8f7d06bb
  2. Mar 23, 2022
    • Victor Liu's avatar
      uwb: Increase CCC uwbtime0 delay · 16c5cab3
      Victor Liu authored
      
      Delay between NFC start and kernel has increased
      This patchs update this delay to avoid lock at start
      
      Bug: 223228405
      Signed-off-by: default avatarVictor Liu <victorliu@google.com>
      Change-Id: I1c91c73e420315e67ecfb076f90a0fcc20deb3fe
      16c5cab3
    • Peter Liu's avatar
      Camera: Update target load for high streaming case · 8f0dc7db
      Peter Liu authored
      Update target load due to Pro mid CPU
      this hint impact the high streaming use case like 60fps / 120fps and
      240fps.
      
      Bug: 222570798
      
      Test:
      1080p60 frame drops: 0.3% (before 3%)
      slow mo 8x: frame drop 0%. 300mW saving on mem path
      
      GCA test
      CTS no regression
      Passed:Tests Passed: 358, Failed: 4, Not found: 0, Status unknown: 0
      
      Change-Id: Ie53f6eaadadf3540cf9a7b6cf7b801d46e943098
      8f0dc7db
    • William Tai's avatar
      P22: update display blocking zone for EVT1.0 · 8489809c
      William Tai authored
      C10:
      zone condition(5 nits, 5 Lux) in 120Hz
      P10:
      zone1 condition(20 nits) in 90Hz
      zone2 condition(25 nits, 20 Lux) in 90Hz
      
      Bug: 220878644
      Change-Id: Id8c94230c070812093600f32e7326d8550794f6d
      8489809c
    • Jasmine Cha's avatar
      audio: update waves preset · 63c82ed9
      Jasmine Cha authored
      
      Change List & Tuning Notes
      1. Iteration to mitigate the subjective difference between
         2.5A & 1.8A(BAACL throttle) waves tunings.
      2. Speaker-safe mode is updated accordingly.
      
      Bug: 203794965
      Test: manual test (b/203794965#comment13)
      
      Signed-off-by: default avatarJasmine Cha <chajasmine@google.com>
      Change-Id: I1a1ebd5a3080c7ea93d5592d82d78533d01103cc
      63c82ed9
    • Sayanna Chandula's avatar
      thermal: update C10 and P10 v4 thermal coefficients · 3baae0f8
      Sayanna Chandula authored
      
      Update C10 and P10 thermal configurations with v4 coefficients
      
      Bug: 223909968
      Test: Build and boot on device. Check thermal configuration at
      /vendor/etc/thermal_info_config.json
      Signed-off-by: default avatarSayanna Chandula <sayanna@google.com>
      Change-Id: Iad867590122f5c16667ba020f98799c952b3176c
      3baae0f8
    • Joshua Mccloskey's avatar
      Devices will not skip lockscreen after face unlock · 181a35eb
      Joshua Mccloskey authored
      Test: Verified after face authentication is done, the lockscreen
      is not skipped.
      Fixes: 219634181
      
      Change-Id: Ife19c5b6ac60c60d6cc6f68f32dc6755426043b0
      181a35eb
  3. Mar 22, 2022
  4. Mar 18, 2022
    • Yung Ti Su's avatar
      Add LE audio hardware offload property · 46e193ec
      Yung Ti Su authored
      
      Add these property for the development on userdebug and eng only on P22.
      
      Test: manual
      
      Signed-off-by: default avatarYung Ti Su <andysu@google.com>
      Change-Id: Ic80ffbbfdcafda4bba9ed6edf01002d3db7e0c0b
      46e193ec
    • Yung Ti Su's avatar
      Seperate audio_policy_configuration for a2dp and le · 3ff3a57e
      Yung Ti Su authored
      
      If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == true
      use audio_policy_configuration_a2dp_offload_disabled.xml (a2dp X LE X)
      
      If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == false AND
      (ro.bluetooth.leaudio_offload.supported == false OR persist.bluetooth.leaudio_offload.disabled == true)
      use audio_policy_configuration_le_offload_disabled.xml (a2dp O LE X)
      
      If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == false AND
      ro.bluetooth.leaudio_offload.supported == true AND persist.bluetooth.leaudio_offload.disabled == false
      use default audio_policy_configuration.xml (a2dp O LE O)
      
      Note:
      The above settings are based on ro.bluetooth.a2dp_offload.supported == true condition
      If ro.bluetooth.a2dp_offload.supported == false, the content of the default audio_policy_configuration.xml
      file must be replaced by audio_policy_configuration_a2dp_offload_disabled.xml on the target
      
      Test: manual
      
      Signed-off-by: default avatarYung Ti Su <andysu@google.com>
      Change-Id: I4a9bd45c1341100217ab32fd81f7421af00e059d
      3ff3a57e
    • jonerlin's avatar
      bt: support Sar backoff high resolution command in P22 projects · 3275b689
      jonerlin authored
      * set SarBackOffHighResolution = true for support power index
        from 0 to 80 for setting backoff in 0.25 dB step
      
      Bug: 170369474
      Test: sending sar command with power cap index between 20 ~ 80 and
      confirm the SAR backoff is workable.
      
      Change-Id: I56d75abcff55e93554bf656fff164b861fe0e3c2
      3275b689
    • Carter Hsu's avatar
      audio: add recording debug files · 8eb01691
      Carter Hsu authored
      
      Bug: 221964481
      Test: build pass
      Signed-off-by: default avatarCarter Hsu <carterhsu@google.com>
      Change-Id: I63e7dff97cd48ec337de2f70d2746e28afc19a57
      8eb01691
  5. Mar 17, 2022
    • Ken Tsou's avatar
      battery: disable wireless for pts battery test · 27b511c3
      Ken Tsou authored
      
      Disable wireless charging during drain, usb charging,
      and charger stress test
        - vendor.disable.wlc 1
      If device is placed onto dreamliner and shutdwon(drain out),
      it would boot up by DC_CHG and keep shutdown(0%)-boot up
      (by DC_CHG) continuously. To avoid this symptom, limit wireless
      current_max as 75000 after device boot up
        - persist.vendor.limit.wlc.current=1
      
      How to verify:
        adb shell setprop vendor.disable.wlc 1
        adb shell cat /sys/class/power_supply/wireless/online >>>> 0
      
        adb shell setprop persist.vendor.limit.wlc.current 1
        adb shell cat /sys/class/power_supply/dc/current_max >>>> 75000
      
      Bug: 204211357
      Test: set the property manually and query the result from file node.
      Change-Id: I3ae2460f964b12924c3432d7f84203e2d802aa5f
      Signed-off-by: default avatarKen Tsou <kentsou@google.com>
      (synced from commit 6e0bb1cb11b05768d04767e85cd28eaef212f305)
      27b511c3
  6. Mar 16, 2022
  7. Mar 15, 2022
  8. Mar 14, 2022
  9. Mar 11, 2022
    • Wei Wang's avatar
      Temporarily disable GPU power hold during LAUNCH boost · fa3f3de1
      Wei Wang authored
      
      P21 has been using GPU power hold during app launch to mitigate jank
      from GPU power on latency.
      However this same mechanism seems causing instability (may be related
      to the new inter-frame power optimization). While the root cause is
      being investigated, disable the boost.
      
      Bug: 223828284
      Test: Build
      Signed-off-by: default avatarWei Wang <wvw@google.com>
      Change-Id: Id04a1d09ebd5b36c1c7c55824da34bffb6435cab
      fa3f3de1
    • William Tai's avatar
      Update SystemUI config.xml · c7e91120
      William Tai authored
      - Add Doze settings
      
      Test: manual
      Bug: 199469793
      Bug: 199468273
      Change-Id: I05aa9305781539444e37a2e2ae0b05f0c8fbf79a
      c7e91120
  10. Mar 10, 2022
  11. Mar 09, 2022
  12. Mar 08, 2022
    • Jimmy Shiu's avatar
      powerhint: update the config aligned to gs201 · e8000482
      Jimmy Shiu authored
      update powerhint.json for panther and cheetah
      
      Test: Build and check trace
      Bug: 207573241
      Change-Id: I3c27fdbe70cf8c950ea2c09bb7a813261838cb23
      Merged-In: I3c27fdbe70cf8c950ea2c09bb7a813261838cb23
      e8000482
    • Jimmy Shiu's avatar
      powerhint: fork powerhint.json for pantah · b9cf8d40
      Jimmy Shiu authored
      Move the powerhint.json from gs201 to pantah.
      Separate powerhint.json for each device.
      
      Test: build and manually check
      Bug: 207573241
      Change-Id: I32d9093e48ca5f62cf0d05ec43a8b77b99ed254d
      Merged-In: I32d9093e48ca5f62cf0d05ec43a8b77b99ed254d
      b9cf8d40
    • Shinru Han's avatar
      gps: Enable SI SUPL over Wifi · 249ac9c1
      Shinru Han authored
      Test: -
      - SI SUPL Wifi on + mobile network off
      - SI SUPL Wifi on + mobile network on
      - SI SUPL Wifi off + mobile network on
      - SI SUPL Wifi on + airplane mode on
      Bug: 220816549
      
      Change-Id: I22382d768b406ff4caccb148018a6d3863c25ded
      249ac9c1
    • Mark Chang's avatar
      P10: Start twoshay service during boot. · 81d4d05b
      Mark Chang authored
      
      Bug: 199105154
      Test: adb logcat | grep twoshay
      Test: twoshay launched successfully.
      Signed-off-by: default avatarMark Chang <changmark@google.com>
      Change-Id: If657e038e13fa02596518ab1bfcc109a9c29c2d3
      81d4d05b
    • Edwin Tung's avatar
      gps: Set RTO/SUPL download interval to 20 min · 526123c6
      Edwin Tung authored
      Bug: 220457118
      
      Verify test: 222416929
      Test: TTFF and RTO download
      
      Change-Id: Iae08c16af6e8e93ed6548465627a00fb8f0fedbd
      526123c6
  13. Mar 07, 2022
  14. Mar 04, 2022
Loading