#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"
Go to the source code of this file.
| 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.