Home
last modified time | relevance | path

Searched refs:cb_ts (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc31 static struct timespec cb_ts; variable
337 dev_stream_create(&rstream_, 0, &fmt_s16le_48, (void*)0x55, &cb_ts, NULL); in TEST_F()
379 dev_stream_create(&rstream_, 0, &fmt_s16le_48, (void*)0x55, &cb_ts, NULL); in TEST_F()
400 &cb_ts, NULL); in TEST_F()
418 &cb_ts, NULL); in TEST_F()
435 dev_stream_create(&rstream_, 0, &fmt_s16le_48, (void*)0x55, &cb_ts, NULL); in TEST_F()
456 dev_stream_create(&rstream_, 0, &fmt_s16le_48, (void*)0x55, &cb_ts, NULL); in TEST_F()
476 dev_stream_create(&rstream_, 0, &fmt_s16le_8, (void*)0x55, &cb_ts, NULL); in TEST_F()
494 dev_stream_create(&rstream_, 0, &fmt_s16le_8, (void*)0x55, &cb_ts, NULL); in TEST_F()
512 &cb_ts, NULL); in TEST_F()
[all …]
Ddev_io_unittest.cc454 struct timespec* cb_ts, in dev_stream_create() argument
Daudio_thread_unittest.cc1229 struct timespec* cb_ts, in dev_stream_create() argument
1233 init_cb_ts_ = *cb_ts; in dev_stream_create()
/external/adhd/cras/src/server/
Ddev_stream.h68 void *dev_ptr, struct timespec *cb_ts,
Ddev_stream.c66 void *dev_ptr, struct timespec *cb_ts, in dev_stream_create() argument
135 stream->next_cb_ts = *cb_ts; in dev_stream_create()