/external/adhd/cras/src/server/ |
D | dev_io.c | 145 ATLOG(atlog, AUDIO_THREAD_STREAM_SKIP_CB, in fetch_streams() 154 ATLOG(atlog, AUDIO_THREAD_FETCH_STREAM, rstream->stream_id, in fetch_streams() 237 ATLOG(atlog, AUDIO_THREAD_READ_OVERRUN, in get_stream_limit() 396 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO_TSTAMP, idev->info.idx, in capture_to_streams() 414 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO, idev->info.idx, in capture_to_streams() 470 ATLOG(atlog, AUDIO_THREAD_READ_AUDIO_DONE, remainder, 0, 0); in capture_to_streams() 519 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_STREAM, in write_streams() 541 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_MIX, in write_streams() 565 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_MIXED, write_limit, 0, 0); in write_streams() 595 ATLOG(atlog, AUDIO_THREAD_SET_DEV_WAKE, adev->dev->info.idx, in update_dev_wakeup_time() [all …]
|
D | audio_thread.c | 99 struct audio_thread_event_log *atlog; variable 382 ATLOG(atlog, AUDIO_THREAD_DEV_ADDED, iodev->info.idx, 0, 0); in thread_add_open_dev() 516 ATLOG(atlog, AUDIO_THREAD_STREAM_ADDED, stream->stream_id, in thread_add_stream() 619 ATLOG(atlog, AUDIO_THREAD_PB_MSG, msg->id, 0, 0); in handle_playback_thread_message() 625 ATLOG(atlog, AUDIO_THREAD_WRITE_STREAMS_WAIT, in handle_playback_thread_message() 710 memcpy(&info->log, atlog, sizeof(info->log)); in handle_playback_thread_message() 785 ATLOG(atlog, AUDIO_THREAD_STREAM_SLEEP_TIME, in get_next_stream_wake_from_list() 966 ATLOG(atlog, AUDIO_THREAD_SLEEP, wait_ts ? wait_ts->tv_sec : 0, in audio_io_thread() 972 ATLOG(atlog, AUDIO_THREAD_WAKE, rc, 0, 0); in audio_io_thread() 985 ATLOG(atlog, AUDIO_THREAD_IODEV_CB, in audio_io_thread() [all …]
|
D | dev_stream.c | 245 ATLOG(atlog, AUDIO_THREAD_DEV_STREAM_MIX, in dev_stream_mix() 327 ATLOG(atlog, AUDIO_THREAD_CONV_COPY, in capture_copy_converted_to_stream() 362 ATLOG(atlog, AUDIO_THREAD_CAPTURE_WRITE, in capture_copy_converted_to_stream() 414 ATLOG(atlog, AUDIO_THREAD_CAPTURE_WRITE, in dev_stream_capture() 558 ATLOG(atlog, AUDIO_THREAD_CAPTURE_POST, in dev_stream_capture_update_rstream()
|
D | audio_thread_log.h | 25 extern struct audio_thread_event_log *atlog;
|
D | cras_iodev.c | 76 ATLOG(atlog, AUDIO_THREAD_ODEV_DEFAULT_NO_STREAMS, in default_no_stream_playback() 163 ATLOG(atlog, AUDIO_THREAD_ODEV_NO_STREAMS, in cras_iodev_no_stream_playback_transition() 166 ATLOG(atlog, AUDIO_THREAD_ODEV_LEAVE_NO_STREAMS, in cras_iodev_no_stream_playback_transition() 255 ATLOG(atlog, AUDIO_THREAD_ODEV_START, in cras_iodev_output_event_sample_ready() 1267 ATLOG(atlog, AUDIO_THREAD_FILL_ODEV_ZEROS, odev->info.idx, frames, 0); in cras_iodev_fill_odev_zeros()
|
D | cras_a2dp_iodev.c | 290 ATLOG(atlog, AUDIO_THREAD_A2DP_ENCODE, in flush_data() 306 ATLOG(atlog, AUDIO_THREAD_A2DP_WRITE, in flush_data()
|
/external/adhd/cras/src/tests/ |
D | dev_io_unittest.cc | 21 struct audio_thread_event_log* atlog; variable 34 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog))); in SetUp() 40 free(atlog); in TearDown()
|
D | timing_unittest.cc | 21 struct audio_thread_event_log* atlog; variable 35 atlog = static_cast<audio_thread_event_log*>(calloc(1, sizeof(*atlog))); in SetUp() 41 free(atlog); in TearDown()
|
D | a2dp_iodev_unittest.cc | 106 atlog = (audio_thread_event_log *)calloc( in SetUp() 114 free(atlog); in TearDown() 574 struct audio_thread_event_log *atlog; variable
|
D | dev_stream_unittest.cc | 21 struct audio_thread_event_log *atlog; variable 145 atlog = audio_thread_event_log_init(); in SetUp() 178 audio_thread_event_log_deinit(atlog); in TearDown()
|
D | iodev_unittest.cc | 85 struct audio_thread_event_log *atlog; variable 184 if (!atlog) in ResetStubData() 185 atlog = audio_thread_event_log_init(); in ResetStubData() 2587 audio_thread_event_log_deinit(atlog); in main()
|