Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoServiceGpuProcessWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char GeckoServiceGpuProcess::name[];
constexpr char GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::name[];
constexpr char GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::GetCompositorSurface_t::name[];
constexpr char GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::GetCompositorSurface_t::signature[];
auto GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::GetCompositorSurface(int32_t a0) const -> mozilla::jni::Object::LocalRef
{
return mozilla::jni::Method<GetCompositorSurface_t>::Call(RemoteCompositorSurfaceManager::mCtx, nullptr, a0);
}
constexpr char GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::GetInstance_t::name[];
constexpr char GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::GetInstance_t::signature[];
auto GeckoServiceGpuProcess::RemoteCompositorSurfaceManager::GetInstance() -> RemoteCompositorSurfaceManager::LocalRef
{
return mozilla::jni::Method<GetInstance_t>::Call(RemoteCompositorSurfaceManager::Context(), nullptr);
}
} /* java */
} /* mozilla */