Lines Matching refs:meta_msg
1119 p_data->meta_msg.code, p_data->meta_msg.label); in btif_rc_handler()
1121 p_data->meta_msg.company_id, p_data->meta_msg.len, in btif_rc_handler()
1122 p_data->meta_msg.rc_handle); in btif_rc_handler()
1125 handle_rc_metamsg_cmd(&(p_data->meta_msg)); in btif_rc_handler()
1132 __func__, p_data->meta_msg.code, p_data->meta_msg.label, in btif_rc_handler()
1133 p_data->meta_msg.p_msg->hdr.opcode, in btif_rc_handler()
1134 p_data->meta_msg.p_msg->hdr.ctype); in btif_rc_handler()
1136 p_data->meta_msg.company_id, p_data->meta_msg.len, in btif_rc_handler()
1137 p_data->meta_msg.rc_handle); in btif_rc_handler()
1138 switch (p_data->meta_msg.p_msg->hdr.opcode) { in btif_rc_handler()
1140 if ((p_data->meta_msg.code >= AVRC_RSP_NOT_IMPL) && in btif_rc_handler()
1141 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()
1143 handle_avk_rc_metamsg_rsp(&(p_data->meta_msg)); in btif_rc_handler()
1144 } else if (p_data->meta_msg.code <= AVRC_CMD_GEN_INQ) { in btif_rc_handler()
1146 handle_avk_rc_metamsg_cmd(&(p_data->meta_msg)); in btif_rc_handler()
1151 if (p_data->meta_msg.p_msg->hdr.ctype == AVRC_CMD) { in btif_rc_handler()
1152 handle_avk_rc_metamsg_cmd(&(p_data->meta_msg)); in btif_rc_handler()
1153 } else if (p_data->meta_msg.p_msg->hdr.ctype == AVRC_RSP) { in btif_rc_handler()
1154 handle_avk_rc_metamsg_rsp(&(p_data->meta_msg)); in btif_rc_handler()
2874 tBTA_AV_META_MSG meta_msg; in btif_rc_status_cmd_timeout_handler() local
2878 memset(&meta_msg, 0, sizeof(tBTA_AV_META_MSG)); in btif_rc_status_cmd_timeout_handler()
2884 meta_msg.rc_handle = p_dev->rc_handle; in btif_rc_status_cmd_timeout_handler()
2893 handle_get_capability_response(&meta_msg, &avrc_response.get_caps); in btif_rc_status_cmd_timeout_handler()
2898 handle_app_attr_response(&meta_msg, &avrc_response.list_app_attr); in btif_rc_status_cmd_timeout_handler()
2903 handle_app_val_response(&meta_msg, &avrc_response.list_app_values); in btif_rc_status_cmd_timeout_handler()
2908 handle_app_cur_val_response(&meta_msg, &avrc_response.get_cur_app_val); in btif_rc_status_cmd_timeout_handler()
2913 handle_app_attr_txt_response(&meta_msg, &avrc_response.get_app_attr_txt); in btif_rc_status_cmd_timeout_handler()
2918 handle_app_attr_txt_response(&meta_msg, &avrc_response.get_app_val_txt); in btif_rc_status_cmd_timeout_handler()
2923 handle_get_metadata_attr_response(&meta_msg, &avrc_response.get_attrs); in btif_rc_status_cmd_timeout_handler()
2928 handle_get_playstatus_response(&meta_msg, &avrc_response.get_play_status); in btif_rc_status_cmd_timeout_handler()
2963 tBTA_AV_META_MSG meta_msg; in btif_rc_control_cmd_timeout_handler() local
2970 memset(&meta_msg, 0, sizeof(tBTA_AV_META_MSG)); in btif_rc_control_cmd_timeout_handler()
2971 meta_msg.rc_handle = p_dev->rc_handle; in btif_rc_control_cmd_timeout_handler()
2976 handle_set_app_attr_val_response(&meta_msg, &avrc_response.set_app_val); in btif_rc_control_cmd_timeout_handler()