Functions
android/jni/device.cpp File Reference
#include <jni.h>
#include <memory>
#include <vector>
#include "error.h"
#include "../../../include/librealsense2/rs.h"
#include "../../../include/librealsense2/hpp/rs_device.hpp"
#include "../../api.h"
Include dependency graph for android/jni/device.cpp:

Go to the source code of this file.

Functions

JNIEXPORT jstring JNICALL Java_com_intel_realsense_librealsense_Device_nGetInfo (JNIEnv *env, jclass type, jlong handle, jint info)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Device_nHardwareReset (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Device_nIsDeviceExtendableTo (JNIEnv *env, jclass type, jlong handle, jint extension)
 
JNIEXPORT jlongArray JNICALL Java_com_intel_realsense_librealsense_Device_nQuerySensors (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Device_nRelease (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Device_nSupportsInfo (JNIEnv *env, jclass type, jlong handle, jint info)
 
JNIEXPORT jbyteArray JNICALL Java_com_intel_realsense_librealsense_Updatable_nCreateFlashBackup (JNIEnv *env, jobject instance, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Updatable_nEnterUpdateState (JNIEnv *env, jclass type, jlong handle)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Updatable_nUpdateFirmwareUnsigned (JNIEnv *env, jobject instance, jlong handle, jbyteArray image_, jint update_mode)
 
JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_UpdateDevice_nUpdateFirmware (JNIEnv *env, jobject instance, jlong handle, jbyteArray image_)
 

Function Documentation

JNIEXPORT jstring JNICALL Java_com_intel_realsense_librealsense_Device_nGetInfo ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  info 
)

Definition at line 24 of file android/jni/device.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Device_nHardwareReset ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 136 of file android/jni/device.cpp.

JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Device_nIsDeviceExtendableTo ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  extension 
)

Definition at line 145 of file android/jni/device.cpp.

JNIEXPORT jlongArray JNICALL Java_com_intel_realsense_librealsense_Device_nQuerySensors ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 42 of file android/jni/device.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Device_nRelease ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 36 of file android/jni/device.cpp.

JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Device_nSupportsInfo ( JNIEnv *  env,
jclass  type,
jlong  handle,
jint  info 
)

Definition at line 14 of file android/jni/device.cpp.

JNIEXPORT jbyteArray JNICALL Java_com_intel_realsense_librealsense_Updatable_nCreateFlashBackup ( JNIEnv *  env,
jobject  instance,
jlong  handle 
)

Definition at line 99 of file android/jni/device.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Updatable_nEnterUpdateState ( JNIEnv *  env,
jclass  type,
jlong  handle 
)

Definition at line 71 of file android/jni/device.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Updatable_nUpdateFirmwareUnsigned ( JNIEnv *  env,
jobject  instance,
jlong  handle,
jbyteArray  image_,
jint  update_mode 
)

Definition at line 80 of file android/jni/device.cpp.

JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_UpdateDevice_nUpdateFirmware ( JNIEnv *  env,
jobject  instance,
jlong  handle,
jbyteArray  image_ 
)

Definition at line 119 of file android/jni/device.cpp.



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