Home
last modified time | relevance | path

Searched refs:atlog (Results 1 – 11 of 11) sorted by relevance

/external/adhd/cras/src/server/
Ddev_io.c145 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 …]
Daudio_thread.c99 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 …]
Ddev_stream.c245 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()
Daudio_thread_log.h25 extern struct audio_thread_event_log *atlog;
Dcras_iodev.c76 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()
Dcras_a2dp_iodev.c290 ATLOG(atlog, AUDIO_THREAD_A2DP_ENCODE, in flush_data()
306 ATLOG(atlog, AUDIO_THREAD_A2DP_WRITE, in flush_data()
/external/adhd/cras/src/tests/
Ddev_io_unittest.cc21 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()
Dtiming_unittest.cc21 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()
Da2dp_iodev_unittest.cc106 atlog = (audio_thread_event_log *)calloc( in SetUp()
114 free(atlog); in TearDown()
574 struct audio_thread_event_log *atlog; variable
Ddev_stream_unittest.cc21 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()
Diodev_unittest.cc85 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()