spa/monitor/utils.h
More...
Go to the source code of this file.
|
| #define | SPA_API_DEVICE_UTILS static inline |
| |
| #define | spa_device_emit(hooks, method, version, ...) |
| |
| #define | spa_device_emit_info(hooks, i) spa_device_emit(hooks,info, 0, i) |
| |
| #define | spa_device_emit_result(hooks, s, r, t, res) spa_device_emit(hooks,result, 0, s, r, t, res) |
| |
| #define | spa_device_emit_event(hooks, e) spa_device_emit(hooks,event, 0, e) |
| |
| #define | spa_device_emit_object_info(hooks, id, i) spa_device_emit(hooks,object_info, 0, id, i) |
| |
◆ SPA_API_DEVICE_UTILS
| #define SPA_API_DEVICE_UTILS static inline |