#include <android/log.h>
#include <jni.h>
#include "examples/protos/helloworld.grpc.pb.h"
#include "examples/protos/helloworld.pb.h"
#include <grpcpp/create_channel_binder.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/security/binder_credentials.h>
#include <grpcpp/security/binder_security_policy.h>
Go to the source code of this file.
Functions | |
JNIEXPORT void JNICALL | Java_io_grpc_binder_cpp_exampleserver_ExportedEndpointService_init_1grpc_1server (JNIEnv *env, jobject, jobject context) |
JNIEXPORT void JNICALL Java_io_grpc_binder_cpp_exampleserver_ExportedEndpointService_init_1grpc_1server | ( | JNIEnv * | env, |
jobject | , | ||
jobject | context | ||
) |
Definition at line 44 of file exampleserver/native.cc.