HomeSort by relevance Sort by last modified time
    Searched defs:atlog (Results 1 - 6 of 6) sorted by null

  /external/adhd/cras/src/tests/
dev_io_unittest.cc 21 struct audio_thread_event_log* atlog; variable in typeref:struct:audio_thread_event_log
34 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog)));
40 free(atlog);
timing_unittest.cc 21 struct audio_thread_event_log* atlog; variable in typeref:struct:audio_thread_event_log
35 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog)));
41 free(atlog);
a2dp_iodev_unittest.cc 106 atlog = (audio_thread_event_log *)calloc(
114 free(atlog);
574 struct audio_thread_event_log *atlog; variable in typeref:struct:audio_thread_event_log
dev_stream_unittest.cc 21 struct audio_thread_event_log *atlog; variable in typeref:struct:__anon15187::audio_thread_event_log
145 atlog = audio_thread_event_log_init();
178 audio_thread_event_log_deinit(atlog);
    [all...]
iodev_unittest.cc 85 struct audio_thread_event_log *atlog; variable in typeref:struct:audio_thread_event_log
184 if (!atlog)
185 atlog = audio_thread_event_log_init();
    [all...]
  /external/adhd/cras/src/server/
audio_thread.c 99 struct audio_thread_event_log *atlog; variable in typeref:struct:audio_thread_event_log
382 ATLOG(atlog, AUDIO_THREAD_DEV_ADDED, iodev->info.idx, 0, 0);
516 ATLOG(atlog, AUDIO_THREAD_STREAM_ADDED, stream->stream_id,
619 ATLOG(atlog, AUDIO_THREAD_PB_MSG, msg->id, 0, 0);
625 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_WAIT,
710 memcpy(&info->log, atlog, sizeof(info->log))
    [all...]

Completed in 1422 milliseconds