Home
last modified time | relevance | path

Searched refs:audio_thread_event_log (Results 1 – 9 of 9) sorted by relevance

/external/adhd/cras/src/server/
Daudio_thread_log.h25 extern struct audio_thread_event_log *atlog;
28 struct audio_thread_event_log *audio_thread_event_log_init() in audio_thread_event_log_init()
30 struct audio_thread_event_log *log; in audio_thread_event_log_init()
31 log = (struct audio_thread_event_log *) in audio_thread_event_log_init()
32 calloc(1, sizeof(struct audio_thread_event_log)); in audio_thread_event_log_init()
39 void audio_thread_event_log_deinit(struct audio_thread_event_log *log) in audio_thread_event_log_deinit()
48 struct audio_thread_event_log *log, in audio_thread_event_log_data()
Daudio_thread.c99 struct audio_thread_event_log *atlog;
/external/adhd/cras/src/tests/
Ddev_io_unittest.cc21 struct audio_thread_event_log* atlog;
34 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog))); in SetUp()
Da2dp_iodev_unittest.cc106 atlog = (audio_thread_event_log *)calloc( in SetUp()
108 sizeof(audio_thread_event_log)); in SetUp()
574 struct audio_thread_event_log *atlog;
Dtiming_unittest.cc21 struct audio_thread_event_log* atlog;
35 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog))); in SetUp()
Dcras_test_client.c376 static void show_alog_tag(const struct audio_thread_event_log *log, in show_alog_tag()
Ddev_stream_unittest.cc21 struct audio_thread_event_log *atlog;
Diodev_unittest.cc85 struct audio_thread_event_log *atlog;
/external/adhd/cras/src/common/
Dcras_types.h238 struct __attribute__ ((__packed__)) audio_thread_event_log { struct
282 struct audio_thread_event_log log;