Android Binder Native

Use when implementing or reviewing native C++ Binder services in AOSP using libbinder directly (BnInterface/BpInterface, Parcel, onTransact). Covers the IInterface pattern with DECLARE/IMPLEMENT_META_INTERFACE macros, server-side BnFoo stub, client-side BpFoo proxy, Parcel serialization, ServiceManager registration, ProcessState thread pool setup, and IBinder death notifications. Applies to AOSP system services, platform components, and vendor native services.

binh230199 1787e03 11.6 KB Updated

File contents

binh230199/ai/tree/main/.github/skills/android-binder-native commit 1787e03725

Frequently asked questions

npx skillmds@latest add binh230199/android-binder-native