Searched refs:thread_rm_open_dev (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/tests/ |
D | audio_thread_unittest.cc | 268 thread_rm_open_dev(thread_, CRAS_STREAM_OUTPUT, iodev.info.idx); in TEST_F() 323 thread_rm_open_dev(thread_, CRAS_STREAM_OUTPUT, iodev.info.idx); in TEST_F() 337 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, iodev.info.idx); in TEST_F() 366 thread_rm_open_dev(thread_, CRAS_STREAM_OUTPUT, odev.info.idx); in TEST_F() 384 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, idev.info.idx); in TEST_F() 390 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, idev3.info.idx); in TEST_F() 393 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, idev2.info.idx); in TEST_F() 394 thread_rm_open_dev(thread_, CRAS_STREAM_OUTPUT, odev2.info.idx); in TEST_F() 395 thread_rm_open_dev(thread_, CRAS_STREAM_OUTPUT, odev3.info.idx); in TEST_F() 439 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, iodev.info.idx); in TEST_F() [all …]
|
/external/adhd/cras/src/server/ |
D | audio_thread.c | 292 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev() function 606 ret = thread_rm_open_dev(thread, rmsg->dir, rmsg->dev_idx); in handle_audio_thread_message()
|