Searched refs:libasound_state (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound.h | 26 struct libasound_state { struct 72 int (*pre_process)(struct libasound_state *state); 73 int (*process_frames)(struct libasound_state *state, 77 void (*post_process)(struct libasound_state *state); 81 int xfer_libasound_wait_event(struct libasound_state *state, int timeout_msec,
|
H A D | xfer-libasound-irq-rw.c | 15 int (*process_frames)(struct libasound_state *state, 22 static int wait_for_avail(struct libasound_state *state) in wait_for_avail() 57 static int read_frames(struct libasound_state *state, unsigned int *frame_count, in read_frames() 107 static int r_process_frames_blocking(struct libasound_state *state, in r_process_frames_blocking() 155 static int r_process_frames_nonblocking(struct libasound_state *state, in r_process_frames_nonblocking() 201 static int write_frames(struct libasound_state *state, in write_frames() 251 static int w_process_frames_blocking(struct libasound_state *state, in w_process_frames_blocking() 315 static int w_process_frames_nonblocking(struct libasound_state *state, in w_process_frames_nonblocking() 358 static int irq_rw_pre_process(struct libasound_state *state) in irq_rw_pre_process() 409 static int irq_rw_process_frames(struct libasound_state *stat [all...] |
H A D | xfer-libasound.c | 65 struct libasound_state *state = xfer->private_data; in xfer_libasound_init() 82 struct libasound_state *state = xfer->private_data; in xfer_libasound_parse_opt() 133 struct libasound_state *state = xfer->private_data; in xfer_libasound_validate_opts() 206 static int set_access_hw_param(struct libasound_state *state) in set_access_hw_param() 229 static int disable_period_wakeup(struct libasound_state *state) in disable_period_wakeup() 262 struct libasound_state *state = xfer->private_data; in open_handle() 311 static int prepare_waiter(struct libasound_state *state) in prepare_waiter() 343 int xfer_libasound_wait_event(struct libasound_state *state, int timeout_msec, in xfer_libasound_wait_event() 378 static int configure_hw_params(struct libasound_state *state, in configure_hw_params() 567 static int configure_sw_params(struct libasound_state *stat [all...] |
H A D | xfer-libasound-timer-mmap.c | 22 static int timer_mmap_pre_process(struct libasound_state *state) in timer_mmap_pre_process() 94 static void *get_buffer(struct libasound_state *state, in get_buffer() 119 static int timer_mmap_process_frames(struct libasound_state *state, in timer_mmap_process_frames() 219 static int forward_appl_ptr(struct libasound_state *state) in forward_appl_ptr() 244 static int timer_mmap_r_process_frames(struct libasound_state *state, in timer_mmap_r_process_frames() 302 static int rewind_appl_ptr(struct libasound_state *state) in rewind_appl_ptr() 336 static int fill_buffer_with_zero_samples(struct libasound_state *state) in fill_buffer_with_zero_samples() 374 static int timer_mmap_w_process_frames(struct libasound_state *state, in timer_mmap_w_process_frames() 431 static void timer_mmap_post_process(struct libasound_state *state) in timer_mmap_post_process()
|
H A D | xfer-libasound-irq-mmap.c | 19 static int irq_mmap_pre_process(struct libasound_state *state) in irq_mmap_pre_process() 70 static int irq_mmap_process_frames(struct libasound_state *state, in irq_mmap_process_frames() 184 static int irq_mmap_r_process_frames(struct libasound_state *state, in irq_mmap_r_process_frames() 238 static int irq_mmap_w_process_frames(struct libasound_state *state, in irq_mmap_w_process_frames() 277 static void irq_mmap_post_process(struct libasound_state *state) in irq_mmap_post_process()
|
Completed in 4 milliseconds