#include <grpc/support/port_platform.h>
#include <grpcpp/security/binder_security_policy.h>
#include "src/core/ext/transport/binder/wire_format/binder.h"
#include "src/core/lib/channel/channel_args.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::internal | |
Actual implementation of bi-directional streaming. | |
Functions | |
grpc_channel * | grpc::internal::CreateClientBinderChannelImpl (const grpc_channel_args *args) |
grpc_channel * | grpc::internal::CreateDirectBinderChannelImplForTesting (std::unique_ptr< grpc_binder::Binder > endpoint_binder, const grpc_channel_args *args, std::shared_ptr< grpc::experimental::binder::SecurityPolicy > security_policy) |