Monado OpenXR Runtime
|
Wrapper for org.freedesktop.monado.ipc.Client objects. More...
#include </builds/monado/monado/src/xrt/ipc/android/org.freedesktop.monado.ipc.hpp>
Data Structures | |
struct | Meta |
Class metadata. More... | |
Public Member Functions | |
IMonado | getMonado () const |
Getter for the monado field value. More... | |
bool | getFailed () const |
Getter for the failed field value. More... | |
void | markAsDiscardedByNative () |
Wrapper for the markAsDiscardedByNative method. More... | |
int32_t | blockingConnect (android::content::Context const &context, std::string const &packageName) |
Wrapper for the blockingConnect method. More... | |
Static Public Member Functions | |
static constexpr const char * | getTypeName () noexcept |
static constexpr const char * | getFullyQualifiedTypeName () noexcept |
static Client | construct (void *nativePointer) |
Wrapper for a constructor. More... | |
static void | staticInitClass (jni::jclass clazz) |
Initialize the static metadata of this wrapper with a known (non-null) Java class. More... | |
Wrapper for org.freedesktop.monado.ipc.Client objects.
|
inline |
Wrapper for the blockingConnect method.
Java prototype: public int blockingConnect(android.content.Context, java.lang.String);
JNI signature: (Landroid/content/Context;Ljava/lang/String;)I
|
inlinestatic |
Wrapper for a constructor.
Java prototype: public org.freedesktop.monado.ipc.Client(long);
JNI signature: (J)V
References wrap::org::freedesktop::monado::ipc::Client::Meta::data().
|
inline |
Getter for the failed field value.
Java prototype: public boolean failed;
JNI signature: Z
References wrap::org::freedesktop::monado::ipc::Client::Meta::data(), and get().
|
inline |
Getter for the monado field value.
Java prototype: public org.freedesktop.monado.ipc.IMonado monado;
JNI signature: Lorg/freedesktop/monado/ipc/IMonado;
References wrap::org::freedesktop::monado::ipc::Client::Meta::data(), and get().
|
inline |
Wrapper for the markAsDiscardedByNative method.
Java prototype: public void markAsDiscardedByNative();
JNI signature: ()V
References wrap::org::freedesktop::monado::ipc::Client::Meta::data().
|
inlinestatic |
Initialize the static metadata of this wrapper with a known (non-null) Java class.
References wrap::org::freedesktop::monado::ipc::Client::Meta::data().