HomeSort by relevance Sort by last modified time
    Searched refs:audio_thread_event_log (Results 1 - 9 of 9) sorted by null

  /external/adhd/cras/src/server/
audio_thread_log.h 25 extern struct audio_thread_event_log *atlog;
28 struct audio_thread_event_log *audio_thread_event_log_init()
30 struct audio_thread_event_log *log;
31 log = (struct audio_thread_event_log *)
32 calloc(1, sizeof(struct audio_thread_event_log));
39 void audio_thread_event_log_deinit(struct audio_thread_event_log *log)
48 struct audio_thread_event_log *log,
audio_thread.c 99 struct audio_thread_event_log *atlog;
    [all...]
  /external/adhd/cras/src/tests/
dev_io_unittest.cc 21 struct audio_thread_event_log* atlog;
34 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog)));
a2dp_iodev_unittest.cc 106 atlog = (audio_thread_event_log *)calloc(
108 sizeof(audio_thread_event_log));
574 struct audio_thread_event_log *atlog;
timing_unittest.cc 21 struct audio_thread_event_log* atlog;
35 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog)));
cras_test_client.c 376 static void show_alog_tag(const struct audio_thread_event_log *log,
    [all...]
dev_stream_unittest.cc 21 struct audio_thread_event_log *atlog;
    [all...]
iodev_unittest.cc 85 struct audio_thread_event_log *atlog;
    [all...]
  /external/adhd/cras/src/common/
cras_types.h 238 struct __attribute__ ((__packed__)) audio_thread_event_log { struct
282 struct audio_thread_event_log log;

Completed in 487 milliseconds