#include <remote.h>
Public Attributes | |
void * | context |
int | domain |
fastrpc_notif_fn_t | notifier_fn |
Structure for remote_session_control, used with FASTRPC_REGISTER_STATUS_NOTIFICATIONS request ID to receive status notifications of the user PD on the DSP
void* remote_rpc_notif_register::context |
[in] | Context of the client |
int remote_rpc_notif_register::domain |
[in] | DSP domain ADSP_DOMAIN_ID, SDSP_DOMAIN_ID, or CDSP_DOMAIN_ID |
fastrpc_notif_fn_t remote_rpc_notif_register::notifier_fn |
[in] | Notification function pointer |