FreeRDP
android_jni_callback.h File Reference
#include <jni.h>
#include <stdarg.h>
#include <freerdp/api.h>
This graph shows which files directly or indirectly include this file:

Functions

FREERDP_LOCAL jint init_callback_environment (JavaVM *vm, JNIEnv *env)
 
FREERDP_LOCAL jboolean jni_attach_thread (JNIEnv **env)
 
FREERDP_LOCAL void jni_detach_thread (void)
 
FREERDP_LOCAL void freerdp_callback (const char *callback, const char *signature,...)
 
FREERDP_LOCAL jboolean freerdp_callback_bool_result (const char *callback, const char *signature,...)
 
FREERDP_LOCAL jint freerdp_callback_int_result (const char *callback, const char *signature,...)
 

Function Documentation

◆ freerdp_callback()

FREERDP_LOCAL void freerdp_callback ( const char *  callback,
const char *  signature,
  ... 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_callback_bool_result()

FREERDP_LOCAL jboolean freerdp_callback_bool_result ( const char *  callback,
const char *  signature,
  ... 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_callback_int_result()

FREERDP_LOCAL jint freerdp_callback_int_result ( const char *  callback,
const char *  signature,
  ... 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_callback_environment()

FREERDP_LOCAL jint init_callback_environment ( JavaVM *  vm,
JNIEnv *  env 
)

FreeRDP: A Remote Desktop Protocol Implementation Android JNI Callback Helpers

Copyright 2010-2012 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2011-2013 Thincast Technologies GmbH, Author: Martin Fleisz

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ jni_attach_thread()

FREERDP_LOCAL jboolean jni_attach_thread ( JNIEnv **  env)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ jni_detach_thread()

FREERDP_LOCAL void jni_detach_thread ( void  )
Here is the caller graph for this function: