HomeSort by relevance Sort by last modified time
    Searched refs:float_buffer_read_pointer (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/tests/
float_buffer_unittest.cc 19 float_buffer_read_pointer(b, 0, &readable);
24 float_buffer_read_pointer(b, 3, &readable);
38 float_buffer_read_pointer(b, 0, &readable);
42 float_buffer_read_pointer(b, 1, &readable);
apm_list_unittest.cc 150 rp = float_buffer_read_pointer(buf, 0, &nread);
  /external/adhd/cras/src/server/
float_buffer.h 84 static inline float *const *float_buffer_read_pointer(struct float_buffer *b, function
cras_apm_list.c 539 rp = float_buffer_read_pointer(input, offset, &nread);
568 rp = float_buffer_read_pointer(apm->fbuffer, 0, &nread);

Completed in 590 milliseconds