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.cc221 thread_add_open_dev(thread_, &iodev); in TEST_F()
239 thread_add_open_dev(thread_, &iodev); in TEST_F()
270 thread_add_open_dev(thread_, &iodev); in TEST_F()
296 thread_add_open_dev(thread_, &odev); in TEST_F()
297 thread_add_open_dev(thread_, &odev2); in TEST_F()
308 thread_add_open_dev(thread_, &odev3); in TEST_F()
314 thread_add_open_dev(thread_, &idev); in TEST_F()
315 thread_add_open_dev(thread_, &idev2); in TEST_F()
326 thread_add_open_dev(thread_, &idev3); in TEST_F()
349 thread_add_open_dev(thread_, &iodev); in TEST_F()
[all …]
/external/adhd/cras/src/server/
Daudio_thread.c362 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev() function
644 ret = thread_add_open_dev(thread, rmsg->dev); in handle_playback_thread_message()