34 struct xrt_instance_android base;
enum xrt_result xrt_result_t
Result type used across Monado.
A basic implementation of the xrt_instance_android interface, a platform-specific "aspect" of xrt_ins...
Definition: android_instance_base.h:33
void android_instance_base_cleanup(struct android_instance_base *aib, struct xrt_instance *xinst)
Release resources owned by android_instance_base and unsets the aspect pointer.
Definition: android_instance_base.c:150
xrt_result_t android_instance_base_init(struct android_instance_base *aib, struct xrt_instance *xinst, const struct xrt_instance_info *ii)
Initialize resources owned by android_instance_base and sets the xrt_instance::android_instance point...
Definition: android_instance_base.c:91
An object handling a collection of callbacks for the Android lifecycle.
Definition: android_lifecycle_callbacks.cpp:30
Information provided by the application at instance create time.
Definition: xrt_instance.h:88
This interface acts as a root object for Monado.
Definition: xrt_instance.h:114
Header holding Android-specific details.
Header for xrt_instance object.