Asynchronous result utilities
More...
Asynchronous result utilities
◆ SPA_ASYNC_BIT
#define SPA_ASYNC_BIT (1 << 30) |
◆ SPA_ASYNC_SEQ_MASK
◆ SPA_ASYNC_MASK
◆ SPA_RESULT_IS_OK
#define SPA_RESULT_IS_OK |
( |
| res | ) |
((res) >= 0) |
◆ SPA_RESULT_IS_ERROR
#define SPA_RESULT_IS_ERROR |
( |
| res | ) |
((res) < 0) |
◆ SPA_RESULT_IS_ASYNC
◆ SPA_RESULT_ASYNC_SEQ
◆ SPA_RESULT_RETURN_ASYNC
◆ spa_strerror
#define spa_strerror |
( |
| err | ) |
|
- Examples
- bluez-session.c, export-sink.c, export-source.c, export-spa-device.c, export-spa.c, local-v4l2.c, spa/examples/adapter-control.c, spa/examples/example-control.c, spa/examples/local-libcamera.c, spa/examples/local-v4l2.c, video-play-fixate.c, video-play-pull.c, video-play-reneg.c, and video-play.c.