#include <ubuntu/visibility.h>
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
◆ UHardwareBooster
UbuntuHardwareBooster is an opaque type providing access to the performance booster capabilities of the HW and drivers.
Definition at line 41 of file booster.h.
◆ UHardwareBoosterScenario
Enumerates all known performance boosting scenarios.
Definition at line 37 of file booster.h.
◆ UbuntuHardwareBoosterScenario
Enumerator |
---|
U_HARDWARE_BOOSTER_SCENARIO_USER_INTERACTION | Boost device performance to account for user interacting with device.
|
Definition at line 30 of file booster.h.
◆ u_hardware_booster_disable_scenario()
u_hardware_booster_enable_scenario informs booster that scenario is no longer active.
◆ u_hardware_booster_enable_scenario()
u_hardware_booster_enable_scenario informs booster to ramp up system performance to support scenario.
◆ u_hardware_booster_new()
u_hardware_booster_new creates a new UHardwareBooster* instance with an initial referrence count of 1.
◆ u_hardware_booster_ref()
u_hardware_booster_ref increases the reference count of booster by 1.
◆ u_hardware_booster_unref()
u_hardware_booster_unref decreases the reference count of booster by 1.