Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c917 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
1613 frames_rd = read_frames(in, in read_and_process_frames()
1689 frames_wr = read_frames(in, proc_buf_out, frames); in read_and_process_frames()
1838 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames) in read_frames() function