#include <jni.h>
#include "error.h"
#include "../../../include/librealsense2/rs.h"
#include "../../../include/librealsense2/h/rs_pipeline.h"
Go to the source code of this file.
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nCreate | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | context | ||
) |
Definition at line 10 of file android/jni/pipeline.cpp.
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Pipeline_nDelete | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle | ||
) |
Definition at line 44 of file android/jni/pipeline.cpp.
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nStart | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle | ||
) |
Definition at line 19 of file android/jni/pipeline.cpp.
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nStartWithConfig | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle, | ||
jlong | configHandle | ||
) |
Definition at line 27 of file android/jni/pipeline.cpp.
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Pipeline_nStop | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle | ||
) |
Definition at line 37 of file android/jni/pipeline.cpp.
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nWaitForFrames | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle, | ||
jint | timeout | ||
) |
Definition at line 50 of file android/jni/pipeline.cpp.
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_PipelineProfile_nDelete | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle | ||
) |
Definition at line 59 of file android/jni/pipeline.cpp.
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_PipelineProfile_nGetDevice | ( | JNIEnv * | env, |
jclass | type, | ||
jlong | handle | ||
) |
Definition at line 65 of file android/jni/pipeline.cpp.