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/GeckoAppShellWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char GeckoAppShell::name[];
constexpr char GeckoAppShell::CancelVibrate_t::name[];
constexpr char GeckoAppShell::CancelVibrate_t::signature[];
auto GeckoAppShell::CancelVibrate() -> void
{
return mozilla::jni::Method<CancelVibrate_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::DisableBatteryNotifications_t::name[];
constexpr char GeckoAppShell::DisableBatteryNotifications_t::signature[];
auto GeckoAppShell::DisableBatteryNotifications() -> void
{
return mozilla::jni::Method<DisableBatteryNotifications_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::DisableNetworkNotifications_t::name[];
constexpr char GeckoAppShell::DisableNetworkNotifications_t::signature[];
auto GeckoAppShell::DisableNetworkNotifications() -> void
{
return mozilla::jni::Method<DisableNetworkNotifications_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::DisableSensor_t::name[];
constexpr char GeckoAppShell::DisableSensor_t::signature[];
auto GeckoAppShell::DisableSensor(int32_t a0) -> void
{
return mozilla::jni::Method<DisableSensor_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::EnableBatteryNotifications_t::name[];
constexpr char GeckoAppShell::EnableBatteryNotifications_t::signature[];
auto GeckoAppShell::EnableBatteryNotifications() -> void
{
return mozilla::jni::Method<EnableBatteryNotifications_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::EnableLocationHighAccuracy_t::name[];
constexpr char GeckoAppShell::EnableLocationHighAccuracy_t::signature[];
auto GeckoAppShell::EnableLocationHighAccuracy(bool a0) -> void
{
return mozilla::jni::Method<EnableLocationHighAccuracy_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::EnableLocationUpdates_t::name[];
constexpr char GeckoAppShell::EnableLocationUpdates_t::signature[];
auto GeckoAppShell::EnableLocationUpdates(bool a0) -> bool
{
return mozilla::jni::Method<EnableLocationUpdates_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::EnableNetworkNotifications_t::name[];
constexpr char GeckoAppShell::EnableNetworkNotifications_t::signature[];
auto GeckoAppShell::EnableNetworkNotifications() -> void
{
return mozilla::jni::Method<EnableNetworkNotifications_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::EnableSensor_t::name[];
constexpr char GeckoAppShell::EnableSensor_t::signature[];
auto GeckoAppShell::EnableSensor(int32_t a0) -> void
{
return mozilla::jni::Method<EnableSensor_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::GetAllPointerCapabilities_t::name[];
constexpr char GeckoAppShell::GetAllPointerCapabilities_t::signature[];
auto GeckoAppShell::GetAllPointerCapabilities() -> int32_t
{
return mozilla::jni::Method<GetAllPointerCapabilities_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetAppName_t::name[];
constexpr char GeckoAppShell::GetAppName_t::signature[];
auto GeckoAppShell::GetAppName() -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetAppName_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetAppNotes_t::name[];
constexpr char GeckoAppShell::GetAppNotes_t::signature[];
auto GeckoAppShell::GetAppNotes() -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetAppNotes_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetApplicationContext_t::name[];
constexpr char GeckoAppShell::GetApplicationContext_t::signature[];
auto GeckoAppShell::GetApplicationContext() -> mozilla::jni::Object::LocalRef
{
return mozilla::jni::Method<GetApplicationContext_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetAudioOutputFramesPerBuffer_t::name[];
constexpr char GeckoAppShell::GetAudioOutputFramesPerBuffer_t::signature[];
auto GeckoAppShell::GetAudioOutputFramesPerBuffer() -> int32_t
{
return mozilla::jni::Method<GetAudioOutputFramesPerBuffer_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetAudioOutputSampleRate_t::name[];
constexpr char GeckoAppShell::GetAudioOutputSampleRate_t::signature[];
auto GeckoAppShell::GetAudioOutputSampleRate() -> int32_t
{
return mozilla::jni::Method<GetAudioOutputSampleRate_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetCurrentBatteryInformation_t::name[];
constexpr char GeckoAppShell::GetCurrentBatteryInformation_t::signature[];
auto GeckoAppShell::GetCurrentBatteryInformation() -> mozilla::jni::DoubleArray::LocalRef
{
return mozilla::jni::Method<GetCurrentBatteryInformation_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetCurrentNetworkInformation_t::name[];
constexpr char GeckoAppShell::GetCurrentNetworkInformation_t::signature[];
auto GeckoAppShell::GetCurrentNetworkInformation() -> mozilla::jni::DoubleArray::LocalRef
{
return mozilla::jni::Method<GetCurrentNetworkInformation_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetDNSDomains_t::name[];
constexpr char GeckoAppShell::GetDNSDomains_t::signature[];
auto GeckoAppShell::GetDNSDomains(mozilla::jni::String::LocalRef* a0) -> nsresult
{
MOZ_ASSERT(a0);
nsresult rv = NS_OK;
*a0 = mozilla::jni::Method<GetDNSDomains_t>::Call(GeckoAppShell::Context(), &rv);
return rv;
}
constexpr char GeckoAppShell::GetDefaultLocales_t::name[];
constexpr char GeckoAppShell::GetDefaultLocales_t::signature[];
auto GeckoAppShell::GetDefaultLocales() -> mozilla::jni::ObjectArray::LocalRef
{
return mozilla::jni::Method<GetDefaultLocales_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetDensity_t::name[];
constexpr char GeckoAppShell::GetDensity_t::signature[];
auto GeckoAppShell::GetDensity() -> float
{
return mozilla::jni::Method<GetDensity_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetDpi_t::name[];
constexpr char GeckoAppShell::GetDpi_t::signature[];
auto GeckoAppShell::GetDpi() -> int32_t
{
return mozilla::jni::Method<GetDpi_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetExceptionStackTrace_t::name[];
constexpr char GeckoAppShell::GetExceptionStackTrace_t::signature[];
auto GeckoAppShell::GetExceptionStackTrace(mozilla::jni::Throwable::Param a0) -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetExceptionStackTrace_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::GetExtensionFromMimeType_t::name[];
constexpr char GeckoAppShell::GetExtensionFromMimeType_t::signature[];
auto GeckoAppShell::GetExtensionFromMimeType(mozilla::jni::String::Param a0) -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetExtensionFromMimeType_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::GetIconForExtension_t::name[];
constexpr char GeckoAppShell::GetIconForExtension_t::signature[];
auto GeckoAppShell::GetIconForExtension(mozilla::jni::String::Param a0, int32_t a1) -> mozilla::jni::ByteArray::LocalRef
{
return mozilla::jni::Method<GetIconForExtension_t>::Call(GeckoAppShell::Context(), nullptr, a0, a1);
}
constexpr char GeckoAppShell::GetIs24HourFormat_t::name[];
constexpr char GeckoAppShell::GetIs24HourFormat_t::signature[];
auto GeckoAppShell::GetIs24HourFormat() -> bool
{
return mozilla::jni::Method<GetIs24HourFormat_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetMaxTouchPoints_t::name[];
constexpr char GeckoAppShell::GetMaxTouchPoints_t::signature[];
auto GeckoAppShell::GetMaxTouchPoints() -> int32_t
{
return mozilla::jni::Method<GetMaxTouchPoints_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetMemoryUsage_t::name[];
constexpr char GeckoAppShell::GetMemoryUsage_t::signature[];
auto GeckoAppShell::GetMemoryUsage(mozilla::jni::String::Param a0) -> int32_t
{
return mozilla::jni::Method<GetMemoryUsage_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::GetMimeTypeFromExtensions_t::name[];
constexpr char GeckoAppShell::GetMimeTypeFromExtensions_t::signature[];
auto GeckoAppShell::GetMimeTypeFromExtensions(mozilla::jni::String::Param a0) -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetMimeTypeFromExtensions_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::GetNetworkLinkType_t::name[];
constexpr char GeckoAppShell::GetNetworkLinkType_t::signature[];
auto GeckoAppShell::GetNetworkLinkType() -> int32_t
{
return mozilla::jni::Method<GetNetworkLinkType_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetProxyForURI_t::name[];
constexpr char GeckoAppShell::GetProxyForURI_t::signature[];
auto GeckoAppShell::GetProxyForURI(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, int32_t a3) -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetProxyForURI_t>::Call(GeckoAppShell::Context(), nullptr, a0, a1, a2, a3);
}
constexpr char GeckoAppShell::GetScreenAngle_t::name[];
constexpr char GeckoAppShell::GetScreenAngle_t::signature[];
auto GeckoAppShell::GetScreenAngle() -> int32_t
{
return mozilla::jni::Method<GetScreenAngle_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetScreenDepth_t::name[];
constexpr char GeckoAppShell::GetScreenDepth_t::signature[];
auto GeckoAppShell::GetScreenDepth() -> int32_t
{
return mozilla::jni::Method<GetScreenDepth_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetScreenOrientation_t::name[];
constexpr char GeckoAppShell::GetScreenOrientation_t::signature[];
auto GeckoAppShell::GetScreenOrientation() -> int16_t
{
return mozilla::jni::Method<GetScreenOrientation_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetScreenRefreshRate_t::name[];
constexpr char GeckoAppShell::GetScreenRefreshRate_t::signature[];
auto GeckoAppShell::GetScreenRefreshRate() -> float
{
return mozilla::jni::Method<GetScreenRefreshRate_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetScreenSize_t::name[];
constexpr char GeckoAppShell::GetScreenSize_t::signature[];
auto GeckoAppShell::GetScreenSize() -> mozilla::jni::Object::LocalRef
{
return mozilla::jni::Method<GetScreenSize_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetShowPasswordSetting_t::name[];
constexpr char GeckoAppShell::GetShowPasswordSetting_t::signature[];
auto GeckoAppShell::GetShowPasswordSetting() -> bool
{
return mozilla::jni::Method<GetShowPasswordSetting_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::GetSystemColors_t::name[];
constexpr char GeckoAppShell::GetSystemColors_t::signature[];
auto GeckoAppShell::GetSystemColors() -> mozilla::jni::IntArray::LocalRef
{
return mozilla::jni::Method<GetSystemColors_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::HandleUncaughtException_t::name[];
constexpr char GeckoAppShell::HandleUncaughtException_t::signature[];
auto GeckoAppShell::HandleUncaughtException(mozilla::jni::Throwable::Param a0) -> void
{
return mozilla::jni::Method<HandleUncaughtException_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::HasHWVP8Decoder_t::name[];
constexpr char GeckoAppShell::HasHWVP8Decoder_t::signature[];
auto GeckoAppShell::HasHWVP8Decoder() -> bool
{
return mozilla::jni::Method<HasHWVP8Decoder_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::HasHWVP8Encoder_t::name[];
constexpr char GeckoAppShell::HasHWVP8Encoder_t::signature[];
auto GeckoAppShell::HasHWVP8Encoder() -> bool
{
return mozilla::jni::Method<HasHWVP8Encoder_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::IsGpuProcessEnabled_t::name[];
constexpr char GeckoAppShell::IsGpuProcessEnabled_t::signature[];
constexpr char GeckoAppShell::IsNetworkLinkKnown_t::name[];
constexpr char GeckoAppShell::IsNetworkLinkKnown_t::signature[];
auto GeckoAppShell::IsNetworkLinkKnown() -> bool
{
return mozilla::jni::Method<IsNetworkLinkKnown_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::IsNetworkLinkUp_t::name[];
constexpr char GeckoAppShell::IsNetworkLinkUp_t::signature[];
auto GeckoAppShell::IsNetworkLinkUp() -> bool
{
return mozilla::jni::Method<IsNetworkLinkUp_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::IsParentProcess_t::name[];
constexpr char GeckoAppShell::IsParentProcess_t::signature[];
constexpr char GeckoAppShell::IsTablet_t::name[];
constexpr char GeckoAppShell::IsTablet_t::signature[];
auto GeckoAppShell::IsTablet() -> bool
{
return mozilla::jni::Method<IsTablet_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::MoveTaskToBack_t::name[];
constexpr char GeckoAppShell::MoveTaskToBack_t::signature[];
auto GeckoAppShell::MoveTaskToBack() -> void
{
return mozilla::jni::Method<MoveTaskToBack_t>::Call(GeckoAppShell::Context(), nullptr);
}
constexpr char GeckoAppShell::AppendAppNotesToCrashReport_t::name[];
constexpr char GeckoAppShell::AppendAppNotesToCrashReport_t::signature[];
constexpr char GeckoAppShell::NotifyObservers_t::name[];
constexpr char GeckoAppShell::NotifyObservers_t::signature[];
constexpr char GeckoAppShell::NotifyAlertListener_t::name[];
constexpr char GeckoAppShell::NotifyAlertListener_t::signature[];
constexpr char GeckoAppShell::NotifyWakeLockChanged_t::name[];
constexpr char GeckoAppShell::NotifyWakeLockChanged_t::signature[];
auto GeckoAppShell::NotifyWakeLockChanged(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> void
{
return mozilla::jni::Method<NotifyWakeLockChanged_t>::Call(GeckoAppShell::Context(), nullptr, a0, a1);
}
constexpr char GeckoAppShell::OnLocationChanged_t::name[];
constexpr char GeckoAppShell::OnLocationChanged_t::signature[];
constexpr char GeckoAppShell::OnSensorChanged_t::name[];
constexpr char GeckoAppShell::OnSensorChanged_t::signature[];
constexpr char GeckoAppShell::PerformHapticFeedback_t::name[];
constexpr char GeckoAppShell::PerformHapticFeedback_t::signature[];
auto GeckoAppShell::PerformHapticFeedback(bool a0) -> void
{
return mozilla::jni::Method<PerformHapticFeedback_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::ReportJavaCrash_t::name[];
constexpr char GeckoAppShell::ReportJavaCrash_t::signature[];
constexpr char GeckoAppShell::SetCommunicationAudioModeOn_t::name[];
constexpr char GeckoAppShell::SetCommunicationAudioModeOn_t::signature[];
auto GeckoAppShell::SetCommunicationAudioModeOn(bool a0) -> void
{
return mozilla::jni::Method<SetCommunicationAudioModeOn_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::Vibrate_t::name[];
constexpr char GeckoAppShell::Vibrate_t::signature[];
auto GeckoAppShell::Vibrate(int64_t a0) -> void
{
return mozilla::jni::Method<Vibrate_t>::Call(GeckoAppShell::Context(), nullptr, a0);
}
constexpr char GeckoAppShell::Vibrate2_t::name[];
constexpr char GeckoAppShell::Vibrate2_t::signature[];
auto GeckoAppShell::Vibrate(mozilla::jni::LongArray::Param a0, int32_t a1) -> void
{
return mozilla::jni::Method<Vibrate2_t>::Call(GeckoAppShell::Context(), nullptr, a0, a1);
}
} /* java */
} /* mozilla */