| 60 | #include <android/native_window_jni.h> |
| 61 | |
| 62 | inline ValdiAndroid::RuntimeWrapper* getRuntimeWrapper(jlong handle) { |
| 63 | return reinterpret_cast<ValdiAndroid::RuntimeWrapper*>(handle); |
| 64 | } |
| 65 | |
| 66 | inline Valdi::Runtime* getRuntime(jlong handle) { |
| 67 | auto* runtimeWrapper = getRuntimeWrapper(handle); |
no outgoing calls
no test coverage detected