Describes the details of each domain.
More...
#include <remote.h>
Describes the details of each domain.
◆ card
uint32_t fastrpc_domain::card |
- Parameters
-
| Card on which domain is present (for future use). |
◆ id
- Parameters
-
| Logical domain id of the dsp. This can be used to query the capabilities of the dsp and can change with every reboot of device depending on the order of domain enumeration. This is NOT the same as effective domain id. To get the effective domain id of a particular session on this domain, pass the corresponding domain name with the FASTRPC_GET_EFFECTIVE_DOMAIN_ID request. |
◆ name
- Parameters
-
| Name of domain. To be appended with module uri while opening remote handle, or for querying the effective domain id on a specific session on this domain. |
◆ soc_id
uint32_t fastrpc_domain::soc_id |
- Parameters
-
| SoC on which domain is present (for future use). |
◆ status
int fastrpc_domain::status |
- Parameters
-
| Status of domain: 0 if domain is down non-zero if domain is up |
◆ type
- Parameters
-
| Type of DSP, of 'fastrpc_domain_type'. |
The documentation for this struct was generated from the following file: