Searched refs:cb_ts (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/tests/ |
D | dev_stream_unittest.cc | 31 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 …]
|
D | dev_io_unittest.cc | 454 struct timespec* cb_ts, in dev_stream_create() argument
|
D | audio_thread_unittest.cc | 1229 struct timespec* cb_ts, in dev_stream_create() argument 1233 init_cb_ts_ = *cb_ts; in dev_stream_create()
|
/external/adhd/cras/src/server/ |
D | dev_stream.h | 68 void *dev_ptr, struct timespec *cb_ts,
|
D | dev_stream.c | 66 void *dev_ptr, struct timespec *cb_ts, in dev_stream_create() argument 135 stream->next_cb_ts = *cb_ts; in dev_stream_create()
|