Relative Content

Tag Archive for androidandroid-serviceandroid-sourceaidlandroid-service-binding

Connect service with app via AIDL in AOSP

I’m trying to connect HAL service to the user app via AIDL. I’ve tried connecting app to service without luck. How to properly connect user app to HAL C++ service via AIDL? What am I doing wrong?