• Home
Name Date Size #Lines LOC

..--

client/04-Jul-2025-1,145680

java/04-Jul-2025-249147

security_policy/04-Jul-2025-14881

server/04-Jul-2025-388263

transport/04-Jul-2025-1,009807

utils/04-Jul-2025-584377

wire_format/04-Jul-2025-1,9341,286

.clang-formatD04-Jul-20251.6 KiB5453

README.mdD04-Jul-2025514 116

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