Shunkai Yao | c23916b | 2022-07-13 04:59:37 +0000 | [diff] [blame] | 1 | service vendor.audio-effect-hal-aidl /vendor/bin/hw/android.hardware.audio.effect.service-aidl.example |
| 2 | class hal |
| 3 | user audioserver |
| 4 | # media gid needed for /dev/fm (radio) and for /data/misc/media (tee) |
Shunkai Yao | 4590517 | 2022-08-24 18:14:02 +0000 | [diff] [blame] | 5 | group audio media |
Shunkai Yao | c23916b | 2022-07-13 04:59:37 +0000 | [diff] [blame] | 6 | capabilities BLOCK_SUSPEND |
Shunkai Yao | 39bf2c3 | 2022-12-06 03:25:59 +0000 | [diff] [blame] | 7 | # setting RLIMIT_RTPRIO allows binder RT priority inheritance |
| 8 | rlimit rtprio 10 10 |
Shunkai Yao | c23916b | 2022-07-13 04:59:37 +0000 | [diff] [blame] | 9 | ioprio rt 4 |
| 10 | task_profiles ProcessCapacityHigh HighPerformance |
| 11 | onrestart restart audioserver |