Searched refs:ATLOG (Results 1 – 6 of 6) sorted by relevance
/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_log.h | 19 #define ATLOG(log,event,data1,data2,data3) \ macro 22 #define ATLOG(log,event,data1,data2,data3) macro
|
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.c | 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() 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()
|
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()
|