summaryrefslogtreecommitdiff
path: root/hal/audio_perf.cpp
AgeCommit message (Collapse)Author
2021-12-06Remove log spam when placing power hint callWei Wang
Bug: 154338876 Test: build Change-Id: I93b858a1991b18e281ca488351d2526d5f5dd4d8
2021-12-06Probe PowerHAL HIDL firstWei Wang
Right now AIDL doesn't provide an API for vendor code to query if the AIDL HAL declared. This will lead to 1) long blocking call for device doesn't have the AIDL HAL and also 2) potential problem if the service starts late after 5s timeout. This is a workaround for addressing 1) on devices having HIDL, but still affects device that doesn't have HIDL service. Bug: 149797408 Test: build Change-Id: I60aada1ab1a044db965987bca5f6eee5b6262b20
2021-12-06Support Power HAL AIDL serviceWei Wang
Bug: 148798433 Test: Build Change-Id: Ie14d90bf17faad68beb16a9916e2fab9627b1eb4
2019-05-17audio-hal: use powerHAL 1.2 to do performance hintWei Wang
1) Add PowerHAL 1.2 client 2) call PowerHAL powerhint on msm8998 instead of perfd Test: Play audio and see powerhint handled Bug: 62041945 Change-Id: I33ab8eaa7a3a3a953fb6531e0864b4ed62387ba2 (cherry picked from commit f4837d5bbe73df6f33aee2d0f733f72cc635de6a)