digikam
platinum-jni.cpp File Reference
#include <assert.h>
#include <jni.h>
#include <string.h>
#include <sys/types.h>
#include "platinum-jni.h"
#include "Platinum.h"
#include <android/log.h>
Include dependency graph for platinum-jni.cpp:

Go to the source code of this file.
Functions | |
__attribute__ ((constructor)) static void onDlOpen(void) | |
JNIEXPORT jlong JNICALL | Java_com_plutinosoft_platinum_UPnP__1init (JNIEnv *env, jclass) |
JNIEXPORT jint JNICALL | Java_com_plutinosoft_platinum_UPnP__1start (JNIEnv *, jclass, jlong _self) |
JNIEXPORT jint JNICALL | Java_com_plutinosoft_platinum_UPnP__1stop (JNIEnv *, jclass, jlong _self) |
JNIEXPORT jint JNICALL | JNI_OnLoad (JavaVM *vm, void *reserved) |
Function Documentation
__attribute__ | ( | (constructor) | ) |
Definition at line 31 of file platinum-jni.cpp.
JNIEXPORT jlong JNICALL Java_com_plutinosoft_platinum_UPnP__1init | ( | JNIEnv * | env, |
jclass | |||
) |
Definition at line 49 of file platinum-jni.cpp.
JNIEXPORT jint JNICALL Java_com_plutinosoft_platinum_UPnP__1start | ( | JNIEnv * | , |
jclass | , | ||
jlong | _self | ||
) |
Definition at line 61 of file platinum-jni.cpp.
JNIEXPORT jint JNICALL Java_com_plutinosoft_platinum_UPnP__1stop | ( | JNIEnv * | , |
jclass | , | ||
jlong | _self | ||
) |
Definition at line 74 of file platinum-jni.cpp.
JNIEXPORT jint JNICALL JNI_OnLoad | ( | JavaVM * | vm, |
void * | reserved | ||
) |
Definition at line 38 of file platinum-jni.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 16 2019 01:51:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 16 2019 01:51:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.