Resource Tuner
|
Encapsulation type for a Signal Tuning Request. More...
#include <Signal.h>
Private Attributes | |
uint32_t | mSignalCode |
ID of the Signal to be Tuned to be tuned as Part of the Request. | |
int32_t | mNumArgs |
Number of Additional Args. | |
std::vector< uint32_t > * | mListArgs |
Pointer to a list, storing the additional args. | |
Additional Inherited Members | |
![]() | |
int8_t | mReqType |
Type of the request. Possible values: TUNE, UNTUNE, RETUNE, TUNESIGNAL, FREESIGNAL. | |
int64_t | mHandle |
The unique generated handle for the request. | |
int64_t | mDuration |
Duration. -1 means infinite duration. | |
int32_t | mProperties |
Request Properties, includes Priority and Background Processing Status. | |
int32_t | mClientPID |
Process ID of the client making the request. | |
int32_t | mClientTID |
Thread ID of the client making the request. | |