AndroidNdkBinderExamples/ ├── Common/ # Shared AIDL definitions and data types │ ├── src/main/aidl/ # AIDL interface definitions │ │ ├── IMyService.aidl # Service interface │ │ └── ComplexType.aidl # ...