Skip to content
Snippets Groups Projects
  1. Apr 13, 2022
    • Ted Wang's avatar
      Change Timesync node owner to Bluetooth · 26b24cdf
      Ted Wang authored
      This patch change owner of Bluetooth Timesync node to be Bluetooth to
      allow Bluetooth HAL to read controller timestamp data via this node.
      
      Bug: 226659256
      Test: make
      Change-Id: I70010daf45186235a48633355b5641b38597b2d6
      26b24cdf
  2. Apr 12, 2022
  3. Apr 11, 2022
  4. Apr 08, 2022
  5. Apr 07, 2022
  6. Apr 06, 2022
  7. Apr 05, 2022
  8. Apr 01, 2022
    • Victor Liu's avatar
      uwb: update aoa_capability in calibration file · d36f9382
      Victor Liu authored
      
      Test: builds
      Bug: 227427724
      Signed-off-by: default avatarVictor Liu <victorliu@google.com>
      Change-Id: I9d5d5ad6a89ec2081993e02d00eebe5f3e678831
      d36f9382
    • Jasmine Cha's avatar
      audio: update FM table · ae824a50
      Jasmine Cha authored
      
      FM table Changelist:
      
      C10P10
      1. Parameter version update from 1.2.0 to 1.2.1
      2. Headset BB
          Disable FFP for NB/WB to avoid low RLR issue (ST solution)
      3. Headset TTY Full and HCO
          Set AEC_NUM_CH to be 0x0001 (Original is 0x0000) to make TX work properly.
      4. BT
          Disable low latency mode on BTNB-NB and BTNB_NREC-NB to avoid TX clipping/distortion issue (ST solution)
      5. HHNB/WB/SWB  NS parameter update for v603
      6. HHNB/WB/SWB RX fune tuing for power consuming
      7. Align same parameter
         (1) Handsfree TX to VCO TX/ BT-HAC TX/ Headphone TX
         (2) Handsfree RX to HCO RX
      
      Bug: 216258666
      Test: b/216258666#comment19
      
      Signed-off-by: default avatarJasmine Cha <chajasmine@google.com>
      Change-Id: I583bda3772be7a667aed2b0c8fb34249b3223c9e
      ae824a50
    • David Li's avatar
      Revert "audio: add dynamics processing effect to audio_effects.xml" · 12775d11
      David Li authored
      This reverts commit 9e36616a.
      
      Reason for revert: disable offload DPE
      
      Change-Id: Iecd1079a625094b322f672846c4cd1517c853827
      12775d11
  9. Mar 30, 2022
  10. Mar 29, 2022
  11. Mar 28, 2022
  12. Mar 25, 2022
    • Martin Liu's avatar
      set swiotlb as noforce · 0f4fbe60
      Martin Liu authored
      
      There is no swiotlb usage so we can append noforce to
      remove 2MB reserved memory.
      
      Bug: 226578178
      Test: check total memory and io_tlb_nslabs
      Signed-off-by: default avatarMartin Liu <liumartin@google.com>
      Change-Id: I746e8a1d18d78243bfe6a0b7549d5cf09cc4e227
      0f4fbe60
  13. Mar 24, 2022
    • Speth Chang's avatar
      WAR: set MIF floor to 2G when GCA capture · 9eb76e0f
      Speth Chang authored
      Due to b/214429812, QURGENT currently is not working properly, and cause
      easily see EBUF full when capture on GCA. Temporary increase MIF clock to
      mitigate memory interface congestion. We should revert this when
      b/214429812 fixed.
      
      Bug: 223734867
      Test: P22 GCA capture
      Change-Id: I0cc16d5bd83cb23462147c44547077665bc1dc73
      9eb76e0f
    • Omer Osman's avatar
      Include libspatialaudio and librondo in product builds · d2cbdf2b
      Omer Osman authored
      Test: Spatialized audio (including headtracking) with Pixel Buds and
      multichannel mp4 file playback
      
      Change-Id: I4f216aff07c25f80337ea07470983c4ae1e48efb
      d2cbdf2b
    • chungkai's avatar
      sched: move sysfs to procfs · df927bb9
      chungkai authored
      
      Modify the path of vendor_sched nodes
      
      Test: powerhal work normally
      Bug: 216207007
      Signed-off-by: default avatarchungkai <chungkai@google.com>
      Change-Id: I0f499fac276fbdd3bf965bdd8c81bc4c4e7f48c4
      df927bb9
    • 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
  14. 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
  15. Mar 22, 2022
  16. 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
  17. 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
  18. Mar 16, 2022
Loading