Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dfloat_buffer_unittest.cc19 float_buffer_read_pointer(b, 0, &readable); in TEST()
24 float_buffer_read_pointer(b, 3, &readable); in TEST()
38 float_buffer_read_pointer(b, 0, &readable); in TEST()
42 float_buffer_read_pointer(b, 1, &readable); in TEST()
Dapm_list_unittest.cc150 rp = float_buffer_read_pointer(buf, 0, &nread); in TEST()
/external/adhd/cras/src/server/
Dfloat_buffer.h84 static inline float *const *float_buffer_read_pointer(struct float_buffer *b, in float_buffer_read_pointer() function
Dcras_apm_list.c539 rp = float_buffer_read_pointer(input, offset, &nread); in cras_apm_list_process()
568 rp = float_buffer_read_pointer(apm->fbuffer, 0, &nread); in cras_apm_list_process()