Go to the documentation of this file.
35 #include <sys/types.h>
48 #define SPA_TYPE_INTERFACE_System SPA_TYPE_INFO_INTERFACE_BASE "System"
49 #define SPA_TYPE_INTERFACE_DataSystem SPA_TYPE_INFO_INTERFACE_BASE "DataSystem"
51 #define SPA_VERSION_SYSTEM 0
55 #define SPA_IO_IN (1 << 0)
56 #define SPA_IO_OUT (1 << 2)
57 #define SPA_IO_ERR (1 << 3)
58 #define SPA_IO_HUP (1 << 4)
61 #define SPA_FD_CLOEXEC (1<<0)
62 #define SPA_FD_NONBLOCK (1<<1)
63 #define SPA_FD_EVENT_SEMAPHORE (1<<2)
64 #define SPA_FD_TIMER_ABSTIME (1<<3)
65 #define SPA_FD_TIMER_CANCEL_ON_SET (1<<4)
73 #define SPA_VERSION_SYSTEM_METHODS 0
77 ssize_t (*
read) (
void *object,
int fd,
void *buf,
size_t count);
78 ssize_t (*
write) (
void *object,
int fd,
const void *buf,
size_t count);
79 int (*
ioctl) (
void *object,
int fd,
unsigned long request, ...);
80 int (*
close) (
void *object,
int fd);
84 int clockid,
struct timespec *value);
86 int clockid,
struct timespec *res);
90 int (*
pollfd_add) (
void *object,
int pfd,
int fd, uint32_t events,
void *
data);
91 int (*
pollfd_mod) (
void *object,
int pfd,
int fd, uint32_t events,
void *
data);
100 const struct itimerspec *new_value,
101 struct itimerspec *old_value);
103 int fd,
struct itimerspec *curr_value);
116 #define spa_system_method_r(o,method,version,...) \
118 int _res = -ENOTSUP; \
119 struct spa_system *_o = o; \
120 spa_interface_call_res(&_o->iface, \
121 struct spa_system_methods, _res, \
122 method, version, ##__VA_ARGS__); \
127 #define spa_system_read(s,...) spa_system_method_r(s,read,0,__VA_ARGS__)
128 #define spa_system_write(s,...) spa_system_method_r(s,write,0,__VA_ARGS__)
129 #define spa_system_ioctl(s,...) spa_system_method_r(s,ioctl,0,__VA_ARGS__)
130 #define spa_system_close(s,...) spa_system_method_r(s,close,0,__VA_ARGS__)
132 #define spa_system_clock_gettime(s,...) spa_system_method_r(s,clock_gettime,0,__VA_ARGS__)
133 #define spa_system_clock_getres(s,...) spa_system_method_r(s,clock_getres,0,__VA_ARGS__)
135 #define spa_system_pollfd_create(s,...) spa_system_method_r(s,pollfd_create,0,__VA_ARGS__)
136 #define spa_system_pollfd_add(s,...) spa_system_method_r(s,pollfd_add,0,__VA_ARGS__)
137 #define spa_system_pollfd_mod(s,...) spa_system_method_r(s,pollfd_mod,0,__VA_ARGS__)
138 #define spa_system_pollfd_del(s,...) spa_system_method_r(s,pollfd_del,0,__VA_ARGS__)
139 #define spa_system_pollfd_wait(s,...) spa_system_method_r(s,pollfd_wait,0,__VA_ARGS__)
141 #define spa_system_timerfd_create(s,...) spa_system_method_r(s,timerfd_create,0,__VA_ARGS__)
142 #define spa_system_timerfd_settime(s,...) spa_system_method_r(s,timerfd_settime,0,__VA_ARGS__)
143 #define spa_system_timerfd_gettime(s,...) spa_system_method_r(s,timerfd_gettime,0,__VA_ARGS__)
144 #define spa_system_timerfd_read(s,...) spa_system_method_r(s,timerfd_read,0,__VA_ARGS__)
146 #define spa_system_eventfd_create(s,...) spa_system_method_r(s,eventfd_create,0,__VA_ARGS__)
147 #define spa_system_eventfd_write(s,...) spa_system_method_r(s,eventfd_write,0,__VA_ARGS__)
148 #define spa_system_eventfd_read(s,...) spa_system_method_r(s,eventfd_read,0,__VA_ARGS__)
150 #define spa_system_signalfd_create(s,...) spa_system_method_r(s,signalfd_create,0,__VA_ARGS__)
151 #define spa_system_signalfd_read(s,...) spa_system_method_r(s,signalfd_read,0,__VA_ARGS__)
struct pw_loop * pw_context_get_main_loop(struct pw_context *context)
get the context main loop
Definition: context.c:567
struct spa_list node_list
Definition: policy-node.c:86
int int const char * pw_properties_get(const struct pw_properties *properties, const char *key)
Get a property.
Definition: properties.c:487
Definition: module-filter-chain.c:170
uint32_t version
Definition: system.h:74
int(* eventfd_create)(void *object, int flags)
Definition: system.h:107
ssize_t(* read)(void *object, int fd, void *buf, size_t count)
Definition: system.h:77
#define pw_loop_update_timer(l,...)
Definition: src/pipewire/loop.h:78
enum pw_direction direction
Definition: alsa-monitor.c:69
@ PW_NODE_STATE_RUNNING
the node is running
Definition: src/pipewire/node.h:63
struct spa_list link
link in impl node_list
Definition: module-filter-chain.c:151
user data to add to an object
Definition: filter.c:75
uint8_t data[MAX_BUFFER]
Definition: module-profiler.c:87
bool spa_streq(const char *s1, const char *s2)
Definition: string.h:50
struct sm_node * obj
Definition: bluez-autoswitch.c:79
Definition: src/pipewire/loop.h:47
@ PW_NODE_STATE_IDLE
the node is running but there is no active port
Definition: src/pipewire/node.h:61
int seq
Definition: policy-ep.c:65
struct spa_source * idle_timeout
Definition: suspend-node.c:73
struct spa_hook listener
Definition: access-flatpak.c:46
Definition: module-filter-chain.c:150
struct spa_hook listener
Definition: bluez-autoswitch.c:81
@ PW_NODE_STATE_ERROR
error state
Definition: src/pipewire/node.h:57
#define PW_NODE_CHANGE_MASK_STATE
Definition: src/pipewire/node.h:76
int(* clock_gettime)(void *object, int clockid, struct timespec *value)
Definition: system.h:83
bool spa_strstartswith(const char *s, const char *prefix)
Definition: string.h:71
uint32_t id
Definition: module-echo-cancel.c:139
#define SESSION_KEY
Definition: suspend-node.c:47
Definition: build-12683127/doc/spa/support/loop.h:58
#define pw_loop_destroy_source(l,...)
Definition: src/pipewire/loop.h:80
ssize_t(* write)(void *object, int fd, const void *buf, size_t count)
Definition: system.h:78
int(* timerfd_read)(void *object, int fd, uint64_t *expirations)
Definition: system.h:104
#define NAME
Definition: suspend-node.c:46
struct impl * impl
Definition: alsa-monitor.c:68
int sm_suspend_node_start(struct sm_media_session *session)
Definition: suspend-node.c:248
int(* ioctl)(void *object, int fd, unsigned long request,...)
Definition: system.h:79
void spa_list_remove(struct spa_list *elem)
Definition: list.h:69
struct timespec now
Definition: default-profile.c:87
#define DEFAULT_IDLE_SECONDS
Definition: suspend-node.c:49
#define PW_TYPE_INTERFACE_Node
Definition: src/pipewire/node.h:50
uint32_t events
Definition: system.h:68
A hook, contains the structure with functions and the data passed to the functions.
Definition: hook.h:295
int(* pollfd_wait)(void *object, int pfd, struct spa_poll_event *ev, int n_ev, int timeout)
Definition: system.h:93
@ SPA_NODE_COMMAND_Suspend
suspend a node, this removes all configured formats and closes any devices
Definition: node/command.h:41
#define SPA_NODE_COMMAND_INIT(id)
Definition: node/command.h:60
#define pw_node_send_command(c,...)
Definition: src/pipewire/node.h:202
int(* signalfd_create)(void *object, int signal, int flags)
Definition: system.h:112
int(* timerfd_gettime)(void *object, int fd, struct itimerspec *curr_value)
Definition: system.h:102
int(* pollfd_mod)(void *object, int pfd, int fd, uint32_t events, void *data)
Definition: system.h:91
void spa_list_init(struct spa_list *list)
Definition: list.h:44
struct spa_node * node
Definition: alsa-monitor.c:76
@ PW_NODE_STATE_SUSPENDED
the node is suspended, the device might be closed
Definition: src/pipewire/node.h:59
int(* pollfd_create)(void *object, int flags)
Definition: system.h:89
const char * spa_dict_lookup(const struct spa_dict *dict, const char *key)
Definition: utils/dict.h:99
int(* pollfd_add)(void *object, int pfd, int fd, uint32_t events, void *data)
Definition: system.h:90
#define pw_loop_add_timer(l,...)
Definition: src/pipewire/loop.h:77
#define pw_log_debug(...)
Definition: src/pipewire/log.h:89
struct pw_context * context
Definition: settings.c:43
#define PW_KEY_MEDIA_CLASS
class Ex: "Video/Source"
Definition: src/pipewire/keys.h:285
struct sm_media_session * session
Definition: access-flatpak.c:45
int(* timerfd_settime)(void *object, int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value)
Definition: system.h:98
#define pw_log_warn(...)
Definition: src/pipewire/log.h:87
struct spa_interface iface
Definition: system.h:52
Definition: pod/command.h:44
enum pw_node_state state
the current state of the node
Definition: src/pipewire/node.h:83
void * data
Definition: system.h:69
int(* pollfd_del)(void *object, int pfd, int fd)
Definition: system.h:92
void spa_hook_remove(struct spa_hook *hook)
Remove a hook.
Definition: hook.h:336
#define pw_log_info(...)
Definition: src/pipewire/log.h:88
int(* clock_getres)(void *object, int clockid, struct timespec *res)
Definition: system.h:85
int(* timerfd_create)(void *object, int clockid, int flags)
Definition: system.h:97
uint64_t change_mask
bitfield of changed fields since last call
Definition: src/pipewire/node.h:80
The node information.
Definition: src/pipewire/node.h:70
#define pw_direction
The direction of a port.
Definition: port.h:56
int(* eventfd_read)(void *object, int fd, uint64_t *count)
Definition: system.h:109
int(* close)(void *object, int fd)
Definition: system.h:80
int(* eventfd_write)(void *object, int fd, uint64_t count)
Definition: system.h:108
int(* signalfd_read)(void *object, int fd, int *signal)
Definition: system.h:113
uint32_t id
Definition: alsa-monitor.c:72
#define spa_list_append(list, item)
Definition: list.h:81