IPC server handlers for app policy objects.
More...
IPC server handlers for app policy objects.
- Author
- Beyley Cardellio ep1cm.nosp@m.1n10.nosp@m.n123@.nosp@m.gmai.nosp@m.l.com
◆ GET_XAINST_OR_RETURN
| #define GET_XAINST_OR_RETURN |
( |
|
ICS, |
|
|
|
ID, |
|
|
|
XAINST |
|
) |
| |
Value: do { \
xrt_result_t xret = ipc_server_objects_get_xainst_and_validate((ICS), ID, &(XAINST)); \
IPC_CHK_AND_RET((ICS)->server, xret, "ipc_server_objects_get_xainst_and_validate"); \
} while (0)
enum xrt_result xrt_result_t
Result type used across Monado.