Lines Matching refs:ALOGI

142         ALOGI("Invalid str_to_uuid input.");  in str_to_uuid()
149 ALOGI("Invalid UUID, got: %s", uuid_str); in str_to_uuid()
190 ALOGI("%s %08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x", __func__, uuid.timeLow, uuid.timeMid, in print_uuid()
205 ALOGI("%s", __func__); in fetch_model_with_handle()
311 ALOGI("%s", __func__); in send_event_with_handle()
316 ALOGI("%s No matching callback", __func__); in send_event_with_handle()
339 ALOGI("Unknown Sound Model Type, No Event to Send"); in send_event_with_handle()
359 ALOGI("No model for this handle"); in send_event_with_handle()
370 ALOGI("%s Bad sound model handle.", __func__); in send_event()
376 ALOGI("%s Not a valid UUID", __func__); in send_event()
434 ALOGI("Socket created"); in control_thread_loop()
460 ALOGI("Connection from %s", inet_ntoa(incoming_info.sin_addr)); in control_thread_loop()
462 ALOGI("Done processing commands over network. Stopping thread."); in control_thread_loop()
476 ALOGI("%s", __func__); in list_models()
481 ALOGI("ZERO Models exist."); in list_models()
486 ALOGI("Model Index: %d", model_index); in list_models()
488 ALOGI("Model handle: %d", last_model_context->model_handle); in list_models()
495 ALOGI("Keyphrase sound Model."); in list_models()
498 ALOGI("Generic sound Model."); in list_models()
501 ALOGI("Unknown sound model type: %d", model_type); in list_models()
505 ALOGI("Model started.\n"); in list_models()
508 ALOGI("Model stopped.\n"); in list_models()
511 ALOGI("----\n\n"); in list_models()
531 ALOGI("Calling parse_socket_data"); in parse_socket_data()
559 ALOGI("Closing this connection."); in parse_socket_data()
563 ALOGI("End command received."); in parse_socket_data()
572 ALOGI("parse_socket_data done (got null)"); in parse_socket_data()
581 ALOGI("Sending loop thread kill signal"); in send_loop_kill_signal()
591 ALOGI("Could not connect"); in send_loop_kill_signal()
594 ALOGI("Sent loop thread kill signal"); in send_loop_kill_signal()
601 ALOGI("%s", __func__); in stdev_get_properties()
614 ALOGI("%s stdev %p", __func__, stdev); in stdev_load_sound_model()
661 ALOGI("%s data size %d data %d - %d", __func__, in stdev_load_sound_model()
671 ALOGI("Sound model loaded: Handle %d ", *handle); in stdev_load_sound_model()
678 ALOGI("%s", __func__); in unload_all_sound_models()
683 ALOGI("Deleting model with handle: %d", model_context->model_handle); in unload_all_sound_models()
695 ALOGI("%s", __func__); in stdev_unload_sound_model()
698 ALOGI("unload_sound_model:%d", handle); in stdev_unload_sound_model()
735 ALOGI("%s", __func__); in stdev_start_recognition()
764 ALOGI("%s done for handle %d", __func__, handle); in stdev_start_recognition()
771 ALOGI("%s", __func__); in stdev_stop_recognition()
788 ALOGI("%s done for handle %d", __func__, handle); in stdev_stop_recognition()
795 ALOGI("%s", __func__); in stdev_stop_all_recognitions()
805 ALOGI("%s stopped handle %d", __func__, model_context->model_handle); in stdev_stop_all_recognitions()
874 ALOGI("Starting control thread for the stub hal."); in stdev_open()