void SetFMRadioFrequency(const uint32_t aFrequency) { PROXY_IF_SANDBOXED(SetFMRadioFrequency(aFrequency)); }
void EnableNotifications() { PROXY_IF_SANDBOXED(EnableNetworkNotifications()); }
void GetCurrentInformationInternal(NetworkInformation* aInfo) { PROXY_IF_SANDBOXED(GetCurrentNetworkInformation(aInfo)); }
void FactoryReset() { AssertMainThread(); PROXY_IF_SANDBOXED(FactoryReset()); }
void DisableNotifications() { PROXY_IF_SANDBOXED(DisableBatteryNotifications()); }
void FMRadioSeek(const FMRadioSeekDirection& aDirection) { AssertMainThread(); PROXY_IF_SANDBOXED(FMRadioSeek(aDirection)); }
void SetFMRadioFrequency(const uint32_t aFrequency) { AssertMainThread(); PROXY_IF_SANDBOXED(SetFMRadioFrequency(aFrequency)); }
void DisableNotifications() { PROXY_IF_SANDBOXED(DisableSystemTimeChangeNotifications()); }
void AdjustSystemClock(int64_t aDeltaMilliseconds) { AssertMainThread(); PROXY_IF_SANDBOXED(AdjustSystemClock(aDeltaMilliseconds)); }
void SetCpuSleepAllowed(bool allowed) { AssertMainThread(); PROXY_IF_SANDBOXED(SetCpuSleepAllowed(allowed)); }
void SetScreenBrightness(double brightness) { AssertMainThread(); PROXY_IF_SANDBOXED(SetScreenBrightness(clamped(brightness, 0.0, 1.0))); }
void SetScreenEnabled(bool enabled) { AssertMainThread(); PROXY_IF_SANDBOXED(SetScreenEnabled(enabled)); }
void GetCurrentInformationInternal(ScreenConfiguration* aInfo) { PROXY_IF_SANDBOXED(GetCurrentScreenConfiguration(aInfo)); }
void DisableNotifications() { PROXY_IF_SANDBOXED(DisableScreenConfigurationNotifications()); }
void EnableFMRadio(const FMRadioSettings& aInfo) { AssertMainThread(); PROXY_IF_SANDBOXED(EnableFMRadio(aInfo)); }
void SetTimezone(const nsCString& aTimezoneSpec) { AssertMainThread(); PROXY_IF_SANDBOXED(SetTimezone(aTimezoneSpec)); }
void DisableFMRadio() { AssertMainThread(); PROXY_IF_SANDBOXED(DisableFMRadio()); }
void DisableSensorNotifications(SensorType aSensor) { AssertMainThread(); PROXY_IF_SANDBOXED(DisableSensorNotifications(aSensor)); }
void GetFMRadioSettings(FMRadioSettings* aInfo) { AssertMainThread(); PROXY_IF_SANDBOXED(GetFMRadioSettings(aInfo)); }
void Reboot() { AssertMainThread(); PROXY_IF_SANDBOXED(Reboot()); }
void CancelFMRadioSeek() { AssertMainThread(); PROXY_IF_SANDBOXED(CancelFMRadioSeek()); }
void PowerOff() { AssertMainThread(); PROXY_IF_SANDBOXED(PowerOff()); }
void EnableNotifications() { PROXY_IF_SANDBOXED(EnableBatteryNotifications()); }
void GetWakeLockInfo(const nsAString &aTopic, WakeLockInformation *aWakeLockInfo) { AssertMainThread(); PROXY_IF_SANDBOXED(GetWakeLockInfo(aTopic, aWakeLockInfo)); }
void GetCurrentInformationInternal(BatteryInformation* aInfo) { PROXY_IF_SANDBOXED(GetCurrentBatteryInformation(aInfo)); }
void UnlockScreenOrientation() { AssertMainThread(); PROXY_IF_SANDBOXED(UnlockScreenOrientation()); }
void DisableNotifications() { PROXY_IF_SANDBOXED(DisableNetworkNotifications()); }
void DisableSwitchNotifications(hal::SwitchDevice aDevice) { AssertMainThread(); PROXY_IF_SANDBOXED(DisableSwitchNotifications(aDevice)); }
void EnableNotifications() { PROXY_IF_SANDBOXED(EnableWakeLockNotifications()); }
void FMRadioSeek(const FMRadioSeekDirection& aDirection) { PROXY_IF_SANDBOXED(FMRadioSeek(aDirection)); }