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/CompositorSurfaceManagerWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char CompositorSurfaceManager::name[];
constexpr char CompositorSurfaceManager::OnSurfaceChanged_t::name[];
constexpr char CompositorSurfaceManager::OnSurfaceChanged_t::signature[];
auto CompositorSurfaceManager::OnSurfaceChanged(int32_t a0, mozilla::jni::Object::Param a1) const -> nsresult
{
nsresult rv = NS_OK;
mozilla::jni::Method<OnSurfaceChanged_t>::Call(CompositorSurfaceManager::mCtx, &rv, a0, a1);
return rv;
}
} /* java */
} /* mozilla */