Lines Matching refs:meta_msg
1042 p_data->meta_msg.code, p_data->meta_msg.label); in btif_rc_handler()
1044 p_data->meta_msg.company_id, p_data->meta_msg.len, in btif_rc_handler()
1045 p_data->meta_msg.rc_handle); in btif_rc_handler()
1048 handle_rc_metamsg_cmd(&(p_data->meta_msg)); in btif_rc_handler()
1055 __func__, p_data->meta_msg.code, p_data->meta_msg.label, in btif_rc_handler()
1056 p_data->meta_msg.p_msg->hdr.opcode, in btif_rc_handler()
1057 p_data->meta_msg.p_msg->hdr.ctype); in btif_rc_handler()
1059 p_data->meta_msg.company_id, p_data->meta_msg.len, in btif_rc_handler()
1060 p_data->meta_msg.rc_handle); in btif_rc_handler()
1061 switch (p_data->meta_msg.p_msg->hdr.opcode) { in btif_rc_handler()
1063 if ((p_data->meta_msg.code >= AVRC_RSP_NOT_IMPL) && in btif_rc_handler()
1064 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()
1066 handle_avk_rc_metamsg_rsp(&(p_data->meta_msg)); in btif_rc_handler()
1067 } else if (p_data->meta_msg.code <= AVRC_CMD_GEN_INQ) { in btif_rc_handler()
1069 handle_avk_rc_metamsg_cmd(&(p_data->meta_msg)); in btif_rc_handler()
1074 if (p_data->meta_msg.p_msg->hdr.ctype == AVRC_CMD) { in btif_rc_handler()
1075 handle_avk_rc_metamsg_cmd(&(p_data->meta_msg)); in btif_rc_handler()
1076 } else if (p_data->meta_msg.p_msg->hdr.ctype == AVRC_RSP) { in btif_rc_handler()
1077 handle_avk_rc_metamsg_rsp(&(p_data->meta_msg)); in btif_rc_handler()
2798 tBTA_AV_META_MSG meta_msg; in btif_rc_status_cmd_timeout_handler() local
2802 memset(&meta_msg, 0, sizeof(tBTA_AV_META_MSG)); in btif_rc_status_cmd_timeout_handler()
2808 meta_msg.rc_handle = p_dev->rc_handle; in btif_rc_status_cmd_timeout_handler()
2817 handle_get_capability_response(&meta_msg, &avrc_response.get_caps); in btif_rc_status_cmd_timeout_handler()
2822 handle_app_attr_response(&meta_msg, &avrc_response.list_app_attr); in btif_rc_status_cmd_timeout_handler()
2827 handle_app_val_response(&meta_msg, &avrc_response.list_app_values); in btif_rc_status_cmd_timeout_handler()
2832 handle_app_cur_val_response(&meta_msg, &avrc_response.get_cur_app_val); in btif_rc_status_cmd_timeout_handler()
2837 handle_app_attr_txt_response(&meta_msg, &avrc_response.get_app_attr_txt); in btif_rc_status_cmd_timeout_handler()
2842 handle_app_attr_txt_response(&meta_msg, &avrc_response.get_app_val_txt); in btif_rc_status_cmd_timeout_handler()
2847 handle_get_elem_attr_response(&meta_msg, &avrc_response.get_attrs); in btif_rc_status_cmd_timeout_handler()
2852 handle_get_playstatus_response(&meta_msg, &avrc_response.get_play_status); in btif_rc_status_cmd_timeout_handler()
2887 tBTA_AV_META_MSG meta_msg; in btif_rc_control_cmd_timeout_handler() local
2894 memset(&meta_msg, 0, sizeof(tBTA_AV_META_MSG)); in btif_rc_control_cmd_timeout_handler()
2895 meta_msg.rc_handle = p_dev->rc_handle; in btif_rc_control_cmd_timeout_handler()
2900 handle_set_app_attr_val_response(&meta_msg, &avrc_response.set_app_val); in btif_rc_control_cmd_timeout_handler()