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

  /external/adhd/cras/src/tests/
audio_thread_unittest.cc 115 void SetupRstream(struct cras_rstream *rstream,
131 SetupRstream(rstream, direction);
335 SetupRstream(&rstream, CRAS_STREAM_INPUT);
336 SetupRstream(&rstream2, CRAS_STREAM_INPUT);
337 SetupRstream(&rstream3, CRAS_STREAM_INPUT);
380 SetupRstream(&rstream1, CRAS_STREAM_INPUT);
381 SetupRstream(&rstream2, CRAS_STREAM_INPUT);
422 SetupRstream(&rstream, CRAS_STREAM_OUTPUT);
423 SetupRstream(&rstream2, CRAS_STREAM_OUTPUT);
424 SetupRstream(&rstream3, CRAS_STREAM_OUTPUT)
    [all...]
audio_thread_unittest_obsolete.cc 93 SetupRstream(&rstream_, 1);
95 SetupRstream(&rstream2_, 2);
130 void SetupRstream(struct cras_rstream **rstream, int fd) {
523 SetupRstream(&rstream_, 1);
525 SetupRstream(&rstream2_, 2);
558 void SetupRstream(struct cras_rstream **rstream, int fd) {
    [all...]

Completed in 65 milliseconds