| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| client/ | 04-Jul-2025 | - | 1,145 | 680 | ||
| java/ | 04-Jul-2025 | - | 249 | 147 | ||
| security_policy/ | 04-Jul-2025 | - | 148 | 81 | ||
| server/ | 04-Jul-2025 | - | 388 | 263 | ||
| transport/ | 04-Jul-2025 | - | 1,009 | 807 | ||
| utils/ | 04-Jul-2025 | - | 584 | 377 | ||
| wire_format/ | 04-Jul-2025 | - | 1,934 | 1,286 | ||
| .clang-format | D | 04-Jul-2025 | 1.6 KiB | 54 | 53 | |
| README.md | D | 04-Jul-2025 | 514 | 11 | 6 |
README.md
1# Binder transport for cross process IPC on Android 2 3EXPERIMENTAL. API stability not guaranteed. 4 5This transport implements 6[BinderChannel for native cross-process communication on Android](https://github.com/grpc/proposal/blob/master/L73-java-binderchannel.md) and enables C++/Java cross-process communication on Android with gRPC. 7 8Tests: https://github.com/grpc/grpc/tree/master/test/core/transport/binder/ 9 10Example apps: https://github.com/grpc/grpc/tree/master/examples/android/binder/java/io/grpc/binder/cpp 11