Classes | |
struct | HAP_req_userpd_params_t |
Enumerations | |
enum | HAP_req_userpd_params_type { HAP_req_get_orig_apps_pid = 1 } |
Functions | |
int | HAP_get_thread_priority_ceiling (void) |
int | HAP_get_userpd_params (HAP_req_userpd_params_t *request) |
Identifies the HAP request user pd parameters type
HAP_req_get_orig_apps_pid | : Returns the process original apps pid. |
int HAP_get_thread_priority_ceiling | ( | void | ) |
Return the ceiling thread priority for the current process
Return the thread priority ceiling for the current process. QuRT thread priorities run from 1 to 255, with 1 being the highest. Unprivileged user processes will have a ceiling priority of 64.
Args: None Returns: Thread priority ceiling value (bet 1 & 255) on success, -1 on failure
int HAP_get_userpd_params | ( | HAP_req_userpd_params_t * | request | ) |
Method to retrieve user process values from the DSP. This API support from SM8750 onwards.
[in] | request | : Request params. |