|
int | system_property_get (const char *command, const char *args, char *value) |
|
static bool | make_proc_acpi_key_val (char **_ptr, char **_key, char **_val) |
|
static void | check_proc_acpi_battery (const char *node, bool *have_battery, bool *charging, int *seconds, int *percent) |
|
static void | check_proc_acpi_sysfs_battery (const char *node, bool *have_battery, bool *charging, int *seconds, int *percent) |
|
static void | check_proc_acpi_ac_adapter (const char *node, bool *have_ac) |
|
static void | check_proc_acpi_sysfs_ac_adapter (const char *node, bool *have_ac) |
|
static bool | next_string (char **_ptr, char **_str) |
|
static bool | int_string (char *str, int *val) |
|
static bool | frontend_unix_powerstate_check_apm (enum frontend_powerstate *state, int *seconds, int *percent) |
|
static bool | frontend_unix_powerstate_check_acpi (enum frontend_powerstate *state, int *seconds, int *percent) |
|
static bool | frontend_unix_powerstate_check_acpi_sysfs (enum frontend_powerstate *state, int *seconds, int *percent) |
|
static int | frontend_unix_get_rating (void) |
|
static enum frontend_powerstate | frontend_unix_get_powerstate (int *seconds, int *percent) |
|
static enum frontend_architecture | frontend_unix_get_architecture (void) |
|
static void | frontend_unix_get_os (char *s, size_t len, int *major, int *minor) |
|
static void | frontend_unix_get_env (int *argc, char *argv[], void *data, void *params_data) |
|
static void | frontend_unix_deinit (void *data) |
|
static void | frontend_unix_init (void *data) |
|
static int | frontend_unix_parse_drive_list (void *data, bool load_content) |
|
static bool | frontend_unix_set_fork (enum frontend_fork fork_mode) |
|
static void | frontend_unix_exec (const char *path, bool should_load_game) |
|
static void | frontend_unix_exitspawn (char *core_path, size_t core_path_size) |
|
static uint64_t | frontend_unix_get_mem_total (void) |
|
static uint64_t | frontend_unix_get_mem_used (void) |
|
static void | frontend_unix_sighandler (int sig) |
|
static void | frontend_unix_install_signal_handlers (void) |
|
static int | frontend_unix_get_signal_handler_state (void) |
|
static void | frontend_unix_set_signal_handler_state (int value) |
|
static void | frontend_unix_destroy_signal_handler_state (void) |
|
static void | frontend_unix_watch_path_for_changes (struct string_list *list, int flags, path_change_data_t **change_data) |
|
static bool | frontend_unix_check_for_path_changes (path_change_data_t *change_data) |
|
static void | frontend_unix_set_sustained_performance_mode (bool on) |
|