Lines Matching refs:ALOGI
141 ALOGI("Invalid str_to_uuid input."); in str_to_uuid()
148 ALOGI("Invalid UUID, got: %s", uuid_str); in str_to_uuid()
189 ALOGI("%s %08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x", __func__, uuid.timeLow, uuid.timeMid, in print_uuid()
204 ALOGI("%s", __func__); in fetch_model_with_handle()
310 ALOGI("%s", __func__); in send_event_with_handle()
315 ALOGI("%s No matching callback", __func__); in send_event_with_handle()
338 ALOGI("Unknown Sound Model Type, No Event to Send"); in send_event_with_handle()
358 ALOGI("No model for this handle"); in send_event_with_handle()
369 ALOGI("%s Bad sound model handle.", __func__); in send_event()
375 ALOGI("%s Not a valid UUID", __func__); in send_event()
433 ALOGI("Socket created"); in control_thread_loop()
459 ALOGI("Connection from %s", inet_ntoa(incoming_info.sin_addr)); in control_thread_loop()
461 ALOGI("Done processing commands over network. Stopping thread."); in control_thread_loop()
475 ALOGI("%s", __func__); in list_models()
480 ALOGI("ZERO Models exist."); in list_models()
485 ALOGI("Model Index: %d", model_index); in list_models()
487 ALOGI("Model handle: %d", last_model_context->model_handle); in list_models()
494 ALOGI("Keyphrase sound Model."); in list_models()
497 ALOGI("Generic sound Model."); in list_models()
500 ALOGI("Unknown sound model type: %d", model_type); in list_models()
504 ALOGI("Model started.\n"); in list_models()
507 ALOGI("Model stopped.\n"); in list_models()
510 ALOGI("----\n\n"); in list_models()
530 ALOGI("Calling parse_socket_data"); in parse_socket_data()
558 ALOGI("Closing this connection."); in parse_socket_data()
562 ALOGI("End command received."); in parse_socket_data()
571 ALOGI("parse_socket_data done (got null)"); in parse_socket_data()
580 ALOGI("Sending loop thread kill signal"); in send_loop_kill_signal()
590 ALOGI("Could not connect"); in send_loop_kill_signal()
593 ALOGI("Sent loop thread kill signal"); in send_loop_kill_signal()
600 ALOGI("%s", __func__); in stdev_get_properties()
613 ALOGI("%s stdev %p", __func__, stdev); in stdev_load_sound_model()
660 ALOGI("%s data size %d data %d - %d", __func__, in stdev_load_sound_model()
670 ALOGI("Sound model loaded: Handle %d ", *handle); in stdev_load_sound_model()
677 ALOGI("%s", __func__); in unload_all_sound_models()
682 ALOGI("Deleting model with handle: %d", model_context->model_handle); in unload_all_sound_models()
694 ALOGI("%s", __func__); in stdev_unload_sound_model()
697 ALOGI("unload_sound_model:%d", handle); in stdev_unload_sound_model()
734 ALOGI("%s", __func__); in stdev_start_recognition()
763 ALOGI("%s done for handle %d", __func__, handle); in stdev_start_recognition()
770 ALOGI("%s", __func__); in stdev_stop_recognition()
787 ALOGI("%s done for handle %d", __func__, handle); in stdev_stop_recognition()
794 ALOGI("%s", __func__); in stdev_stop_all_recognitions()
804 ALOGI("%s stopped handle %d", __func__, model_context->model_handle); in stdev_stop_all_recognitions()
818 ALOGI("%s", __func__); in stdev_get_model_state()
844 ALOGI("%s done for handle %d", __func__, handle); in stdev_get_model_state()
909 ALOGI("Starting control thread for the stub hal."); in stdev_open()