Functions
android/jni/pipeline.cpp File Reference
#include <jni.h>
#include "error.h"
#include "../../../include/librealsense2/rs.h"
#include "../../../include/librealsense2/h/rs_pipeline.h"
Include dependency graph for android/jni/pipeline.cpp:

Go to the source code of this file.

Functions

JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nCreate (JNIEnv *env, jclass type, jlong context)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Pipeline_nDelete (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nStart (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nStartWithConfig (JNIEnv *env, jclass type, jlong handle, jlong configHandle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Pipeline_nStop (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Pipeline_nWaitForFrames (JNIEnv *env, jclass type, jlong handle, jint timeout)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_PipelineProfile_nDelete (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_PipelineProfile_nGetDevice (JNIEnv *env, jclass type, jlong handle)
 

Function Documentation

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.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:27