Lines Matching refs:ALOGV

124     ALOGV("Queue available %s: Spk %zd (count %zd) TS %zd (count %zd)",  in print_queue_status_to_log()
135 ALOGV("Flushing AEC Spk FIFO..."); in flush_aec_fifos()
139 ALOGV("Flushing AEC Timestamp FIFO..."); in flush_aec_fifos()
179 ALOGV("%s enter", __func__); in init_aec_interface()
187 ALOGV("%s exit", __func__); in init_aec_interface()
192 ALOGV("%s enter", __func__); in release_aec_interface()
198 ALOGV("%s exit", __func__); in release_aec_interface()
203 ALOGV("%s enter", __func__); in init_aec()
229 ALOGV("%s exit", __func__); in init_aec()
234 ALOGV("%s enter", __func__); in release_aec()
240 ALOGV("%s exit", __func__); in release_aec()
244 ALOGV("%s enter", __func__); in init_aec_reference_config()
281 ALOGV("%s exit", __func__); in init_aec_reference_config()
286 ALOGV("%s enter", __func__); in destroy_aec_reference_config()
288 ALOGV("%s exit", __func__); in destroy_aec_reference_config()
294 ALOGV("%s exit", __func__); in destroy_aec_reference_config()
298 ALOGV("%s enter", __func__); in write_to_reference_fifo()
311 ALOGV("Speaker timestamp: %ld s, %ld nsec", info->timestamp.tv_sec, info->timestamp.tv_nsec); in write_to_reference_fifo()
313 ALOGV("Wrote TS bytes: %zu", ts_bytes); in write_to_reference_fifo()
315 ALOGV("%s exit", __func__); in write_to_reference_fifo()
329 ALOGV("Reusing previous timestamp, calculated offset (usec) %" PRIu64, spk_time_offset); in get_spk_timestamp()
339 ALOGV("Read TS bytes: %zd, expected %zu", ts_bytes, sizeof(struct aec_info)); in get_spk_timestamp()
353 ALOGV("At the end of timestamp FIFO, breaking..."); in get_spk_timestamp()
357 ALOGV("Fast-forwarded timestamp by %zd bytes, remaining bytes: %zd," in get_spk_timestamp()
366 ALOGV("%s enter", __func__); in get_reference_samples()
390 ALOGV("Sleeping, required bytes: %zu, available bytes: %zd", req_bytes, available_bytes); in get_reference_samples()
437 ALOGV("%s exit", __func__); in get_reference_samples()
442 ALOGV("%s enter", __func__); in init_aec_mic_config()
518 ALOGV("%s exit", __func__); in init_aec_mic_config()
530 ALOGV("%s exit", __func__); in init_aec_mic_config()
535 ALOGV("%s enter", __func__); in aec_set_spk_running()
539 ALOGV("%s exit", __func__); in aec_set_spk_running()
543 ALOGV("%s enter", __func__); in aec_get_spk_running()
547 ALOGV("%s exit", __func__); in aec_get_spk_running()
552 ALOGV("%s enter", __func__); in destroy_aec_mic_config()
554 ALOGV("%s exit", __func__); in destroy_aec_mic_config()
561 ALOGV("%s exit", __func__); in destroy_aec_mic_config()
566 ALOGV("%s enter", __func__); in process_aec()
601 ALOGV("Speaker not running, skipping AEC.."); in process_aec()
611 ALOGV("Echo reference buffer empty, zeroing reference...."); in process_aec()
631 ALOGV("Speaker-mic timestamps diverged, skipping AEC"); in process_aec()
637 ALOGV("Mic time: %"PRIu64", spk time: %"PRIu64, mic_time, spk_time); in process_aec()
655 ALOGV("Mic time: %"PRIu64", spk time: %"PRIu64, mic_time, spk_time); in process_aec()
696 ALOGV("%s exit", __func__); in process_aec()