#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/security/binder_security_policy.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jstring JNICALL | Java_io_grpc_binder_cpp_exampleclient_ButtonPressHandler_native_1entry (JNIEnv *env, jobject, jobject application) |
JNIEXPORT jstring JNICALL Java_io_grpc_binder_cpp_exampleclient_ButtonPressHandler_native_1entry | ( | JNIEnv * | env, |
jobject | , | ||
jobject | application | ||
) |
Definition at line 25 of file exampleclient/native.cc.