Loading [MathJax]/extensions/tex2jax.js
Monado OpenXR Runtime
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
org.freedesktop.monado.ipc.MonadoImpl Class Reference

Java implementation of the IMonado IPC interface. More...

Inheritance diagram for org.freedesktop.monado.ipc.MonadoImpl:
Collaboration diagram for org.freedesktop.monado.ipc.MonadoImpl:

Public Member Functions

 MonadoImpl (@NonNull Context context)
 
void connect (@NonNull ParcelFileDescriptor parcelFileDescriptor) throws RemoteException
 
void passAppSurface (Surface surface)
 
boolean canDrawOverOtherApps ()
 
void shutdown ()
 

Detailed Description

Java implementation of the IMonado IPC interface.

(This is the server-side code.)

All this does is delegate calls to native JNI implementations. The warning suppression is because Android Studio tends to have a hard time finding the (very real) implementations of these in service-lib.


The documentation for this class was generated from the following file: