Skip to content

Instantly share code, notes, and snippets.

@melvincabatuan
Created October 5, 2014 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvincabatuan/244841fa776ac90d4889 to your computer and use it in GitHub Desktop.
Save melvincabatuan/244841fa776ac90d4889 to your computer and use it in GitHub Desktop.
javah -d jni -classpath $SDK/platforms/android-19/android.jar:../../build/intermediates/classes/debug com.cabatuan.hellondk.Main
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_cabatuan_hellondk_Main */
#ifndef _Included_com_cabatuan_hellondk_Main
#define _Included_com_cabatuan_hellondk_Main
#ifdef __cplusplus
extern "C" {
#endif
#undef com_cabatuan_hellondk_Main_MODE_PRIVATE
#define com_cabatuan_hellondk_Main_MODE_PRIVATE 0L
#undef com_cabatuan_hellondk_Main_MODE_WORLD_READABLE
#define com_cabatuan_hellondk_Main_MODE_WORLD_READABLE 1L
#undef com_cabatuan_hellondk_Main_MODE_WORLD_WRITEABLE
#define com_cabatuan_hellondk_Main_MODE_WORLD_WRITEABLE 2L
#undef com_cabatuan_hellondk_Main_MODE_APPEND
#define com_cabatuan_hellondk_Main_MODE_APPEND 32768L
#undef com_cabatuan_hellondk_Main_MODE_MULTI_PROCESS
#define com_cabatuan_hellondk_Main_MODE_MULTI_PROCESS 4L
#undef com_cabatuan_hellondk_Main_MODE_ENABLE_WRITE_AHEAD_LOGGING
#define com_cabatuan_hellondk_Main_MODE_ENABLE_WRITE_AHEAD_LOGGING 8L
#undef com_cabatuan_hellondk_Main_BIND_AUTO_CREATE
#define com_cabatuan_hellondk_Main_BIND_AUTO_CREATE 1L
#undef com_cabatuan_hellondk_Main_BIND_DEBUG_UNBIND
#define com_cabatuan_hellondk_Main_BIND_DEBUG_UNBIND 2L
#undef com_cabatuan_hellondk_Main_BIND_NOT_FOREGROUND
#define com_cabatuan_hellondk_Main_BIND_NOT_FOREGROUND 4L
#undef com_cabatuan_hellondk_Main_BIND_ABOVE_CLIENT
#define com_cabatuan_hellondk_Main_BIND_ABOVE_CLIENT 8L
#undef com_cabatuan_hellondk_Main_BIND_ALLOW_OOM_MANAGEMENT
#define com_cabatuan_hellondk_Main_BIND_ALLOW_OOM_MANAGEMENT 16L
#undef com_cabatuan_hellondk_Main_BIND_WAIVE_PRIORITY
#define com_cabatuan_hellondk_Main_BIND_WAIVE_PRIORITY 32L
#undef com_cabatuan_hellondk_Main_BIND_IMPORTANT
#define com_cabatuan_hellondk_Main_BIND_IMPORTANT 64L
#undef com_cabatuan_hellondk_Main_BIND_ADJUST_WITH_ACTIVITY
#define com_cabatuan_hellondk_Main_BIND_ADJUST_WITH_ACTIVITY 128L
#undef com_cabatuan_hellondk_Main_CONTEXT_INCLUDE_CODE
#define com_cabatuan_hellondk_Main_CONTEXT_INCLUDE_CODE 1L
#undef com_cabatuan_hellondk_Main_CONTEXT_IGNORE_SECURITY
#define com_cabatuan_hellondk_Main_CONTEXT_IGNORE_SECURITY 2L
#undef com_cabatuan_hellondk_Main_CONTEXT_RESTRICTED
#define com_cabatuan_hellondk_Main_CONTEXT_RESTRICTED 4L
#undef com_cabatuan_hellondk_Main_RESULT_CANCELED
#define com_cabatuan_hellondk_Main_RESULT_CANCELED 0L
#undef com_cabatuan_hellondk_Main_RESULT_OK
#define com_cabatuan_hellondk_Main_RESULT_OK -1L
#undef com_cabatuan_hellondk_Main_RESULT_FIRST_USER
#define com_cabatuan_hellondk_Main_RESULT_FIRST_USER 1L
#undef com_cabatuan_hellondk_Main_DEFAULT_KEYS_DISABLE
#define com_cabatuan_hellondk_Main_DEFAULT_KEYS_DISABLE 0L
#undef com_cabatuan_hellondk_Main_DEFAULT_KEYS_DIALER
#define com_cabatuan_hellondk_Main_DEFAULT_KEYS_DIALER 1L
#undef com_cabatuan_hellondk_Main_DEFAULT_KEYS_SHORTCUT
#define com_cabatuan_hellondk_Main_DEFAULT_KEYS_SHORTCUT 2L
#undef com_cabatuan_hellondk_Main_DEFAULT_KEYS_SEARCH_LOCAL
#define com_cabatuan_hellondk_Main_DEFAULT_KEYS_SEARCH_LOCAL 3L
#undef com_cabatuan_hellondk_Main_DEFAULT_KEYS_SEARCH_GLOBAL
#define com_cabatuan_hellondk_Main_DEFAULT_KEYS_SEARCH_GLOBAL 4L
/*
* Class: com_cabatuan_hellondk_Main
* Method: getStringFromNative
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_cabatuan_hellondk_Main_getStringFromNative
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment