Home
last modified time | relevance | path

Searched refs:waiter_type (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-utils/axfer/
Dwaiter.h14 enum waiter_type { enum
25 enum waiter_type type;
33 enum waiter_type waiter_type_from_label(const char *label);
34 const char *waiter_label_from_type(enum waiter_type type);
37 enum waiter_type type, unsigned int pfd_count);
Dwaiter.c24 enum waiter_type waiter_type_from_label(const char *label) in waiter_type_from_label()
36 const char *waiter_label_from_type(enum waiter_type type) in waiter_label_from_type()
42 enum waiter_type type, unsigned int pfd_count) in waiter_context_init()
45 enum waiter_type type; in waiter_context_init()
Dxfer-libasound.h62 enum waiter_type waiter_type; member
Dxfer-libasound.c197 state->waiter_type = in xfer_libasound_validate_opts()
200 state->waiter_type = WAITER_TYPE_DEFAULT; in xfer_libasound_validate_opts()
317 if (state->waiter_type == WAITER_TYPE_DEFAULT) in prepare_waiter()
331 err = waiter_context_init(state->waiter, state->waiter_type, pfd_count); in prepare_waiter()
348 if (state->waiter_type != WAITER_TYPE_DEFAULT) { in xfer_libasound_wait_event()
751 waiter_label_from_type(state->waiter_type)); in xfer_libasound_pre_process()