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()
306 ALOGI("%s", __func__); in send_event_with_handle()
311 ALOGI("%s No matching callback", __func__); in send_event_with_handle()
334 ALOGI("Unknown Sound Model Type, No Event to Send"); in send_event_with_handle()
352 ALOGI("No model for this handle"); in send_event_with_handle()
363 ALOGI("%s Bad sound model handle.", __func__); in send_event()
369 ALOGI("%s Not a valid UUID", __func__); in send_event()
427 ALOGI("Socket created"); in control_thread_loop()
453 ALOGI("Connection from %s", inet_ntoa(incoming_info.sin_addr)); in control_thread_loop()
455 ALOGI("Done processing commands over network. Stopping thread."); in control_thread_loop()
469 ALOGI("%s", __func__); in list_models()
474 ALOGI("ZERO Models exist."); in list_models()
479 ALOGI("Model Index: %d", model_index); in list_models()
481 ALOGI("Model handle: %d", last_model_context->model_handle); in list_models()
488 ALOGI("Keyphrase sound Model."); in list_models()
491 ALOGI("Generic sound Model."); in list_models()
494 ALOGI("Unknown sound model type: %d", model_type); in list_models()
498 ALOGI("Model started.\n"); in list_models()
501 ALOGI("Model stopped.\n"); in list_models()
504 ALOGI("----\n\n"); in list_models()
524 ALOGI("Calling parse_socket_data"); in parse_socket_data()
552 ALOGI("Closing this connection."); in parse_socket_data()
556 ALOGI("End command received."); in parse_socket_data()
565 ALOGI("parse_socket_data done (got null)"); in parse_socket_data()
574 ALOGI("Sending loop thread kill signal"); in send_loop_kill_signal()
584 ALOGI("Could not connect"); in send_loop_kill_signal()
587 ALOGI("Sent loop thread kill signal"); in send_loop_kill_signal()
594 ALOGI("%s", __func__); in stdev_get_properties()
607 ALOGI("%s stdev %p", __func__, stdev); in stdev_load_sound_model()
654 ALOGI("%s data size %d data %d - %d", __func__, in stdev_load_sound_model()
664 ALOGI("Sound model loaded: Handle %d ", *handle); in stdev_load_sound_model()
671 ALOGI("%s", __func__); in unload_all_sound_models()
676 ALOGI("Deleting model with handle: %d", model_context->model_handle); in unload_all_sound_models()
688 ALOGI("%s", __func__); in stdev_unload_sound_model()
691 ALOGI("unload_sound_model:%d", handle); in stdev_unload_sound_model()
728 ALOGI("%s", __func__); in stdev_start_recognition()
757 ALOGI("%s done for handle %d", __func__, handle); in stdev_start_recognition()
764 ALOGI("%s", __func__); in stdev_stop_recognition()
781 ALOGI("%s done for handle %d", __func__, handle); in stdev_stop_recognition()
788 ALOGI("%s", __func__); in stdev_stop_all_recognitions()
798 ALOGI("%s stopped handle %d", __func__, model_context->model_handle); in stdev_stop_all_recognitions()
812 ALOGI("%s", __func__); in stdev_get_model_state()
838 ALOGI("%s done for handle %d", __func__, handle); in stdev_get_model_state()
903 ALOGI("Starting control thread for the stub hal."); in stdev_open()