Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc264 thread_add_open_dev(thread_, &iodev); in TEST_F()
282 thread_add_open_dev(thread_, &iodev); in TEST_F()
333 thread_add_open_dev(thread_, &iodev); in TEST_F()
359 thread_add_open_dev(thread_, &odev); in TEST_F()
360 thread_add_open_dev(thread_, &odev2); in TEST_F()
371 thread_add_open_dev(thread_, &odev3); in TEST_F()
377 thread_add_open_dev(thread_, &idev); in TEST_F()
378 thread_add_open_dev(thread_, &idev2); in TEST_F()
389 thread_add_open_dev(thread_, &idev3); in TEST_F()
412 thread_add_open_dev(thread_, &iodev); in TEST_F()
[all …]
/external/adhd/cras/src/server/
Daudio_thread.c265 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev() function
599 ret = thread_add_open_dev(thread, rmsg->dev); in handle_audio_thread_message()