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/SampleBufferWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char SampleBuffer::name[];
constexpr char SampleBuffer::IsValid_t::name[];
constexpr char SampleBuffer::IsValid_t::signature[];
auto SampleBuffer::IsValid() const -> bool
{
return mozilla::jni::Method<IsValid_t>::Call(SampleBuffer::mCtx, nullptr);
}
constexpr char SampleBuffer::WriteToByteBuffer_t::name[];
constexpr char SampleBuffer::WriteToByteBuffer_t::signature[];
auto SampleBuffer::WriteToByteBuffer(mozilla::jni::ByteBuffer::Param a0, int32_t a1, int32_t a2) const -> void
{
return mozilla::jni::Method<WriteToByteBuffer_t>::Call(SampleBuffer::mCtx, nullptr, a0, a1, a2);
}
} /* java */
} /* mozilla */