#include <jni.h>
#include "error.h"
#include "../../../include/librealsense2/rs.h"
#include "../../../include/librealsense2/hpp/rs_context.hpp"
Go to the source code of this file.
Functions | |
JNIEXPORT jlong JNICALL | Java_com_intel_realsense_librealsense_RsContext_nCreate (JNIEnv *env, jclass type) |
JNIEXPORT void JNICALL | Java_com_intel_realsense_librealsense_RsContext_nDelete (JNIEnv *env, jclass type, jlong handle) |
JNIEXPORT jstring JNICALL | Java_com_intel_realsense_librealsense_RsContext_nGetVersion (JNIEnv *env, jclass type) |
JNIEXPORT jlong JNICALL | Java_com_intel_realsense_librealsense_RsContext_nQueryDevices (JNIEnv *env, jclass type, jlong handle, jint mask) |
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_RsContext_nCreate | ( | JNIEnv * | env, |
jclass | type | ||
) |
Definition at line 11 of file android/jni/context.cpp.
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_RsContext_nDelete | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle | ||
) |
Definition at line 19 of file android/jni/context.cpp.
JNIEXPORT jstring JNICALL Java_com_intel_realsense_librealsense_RsContext_nGetVersion | ( | JNIEnv * | env, |
jclass | type | ||
) |
Definition at line 34 of file android/jni/context.cpp.
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_RsContext_nQueryDevices | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle, | ||
jint | mask | ||
) |
Definition at line 24 of file android/jni/context.cpp.