Home
last modified time | relevance | path

Searched defs:ACKNOWLEDGE_BYTES (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/
H A Dbinder_constants.h30 ACKNOWLEDGE_BYTES = 3, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/
Dbinder_constants.h34 ACKNOWLEDGE_BYTES = 3, enumerator
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/fuzzers/
H A Dbinder_transport_fuzzer.proto46 ACKNOWLEDGE_BYTES = 3; enumerator
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DBinderTransport.java157 static final int ACKNOWLEDGE_BYTES = IBinder.FIRST_CALL_TRANSACTION + 2; field in BinderTransport