Home
last modified time | relevance | path

Searched refs:tAVRC_STS (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/include/
Davrc_defs.h251 typedef UINT8 tAVRC_STS; typedef
966 tAVRC_STS status;
975 tAVRC_STS status;
984 tAVRC_STS status;
994 tAVRC_STS status;
1004 tAVRC_STS status;
1014 tAVRC_STS status;
1025 tAVRC_STS status;
1035 tAVRC_STS status;
1044 tAVRC_STS status;
[all …]
Davrc_api.h577 extern tAVRC_STS AVRC_Ctrl_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result);
589 extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result,
602 extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result,
615 extern tAVRC_STS AVRC_Ctrl_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result,
629 extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
642 extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
/system/bt/stack/avrc/
Davrc_bld_ct.c41 static tAVRC_STS avrc_bld_next_cmd (tAVRC_NEXT_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_next_cmd()
74 static tAVRC_STS avrc_bld_set_abs_volume_cmd (tAVRC_SET_VOLUME_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_set_abs_volume_cmd()
99 static tAVRC_STS avrc_bld_register_notifn(BT_HDR * p_pkt, UINT8 event_id, UINT32 event_param) in avrc_bld_register_notifn()
127 static tAVRC_STS avrc_bld_get_capability_cmd(BT_HDR * p_pkt, UINT8 cap_id) in avrc_bld_get_capability_cmd()
149 static tAVRC_STS avrc_bld_list_player_app_attr_cmd(BT_HDR * p_pkt) in avrc_bld_list_player_app_attr_cmd()
170 static tAVRC_STS avrc_bld_list_player_app_values_cmd(BT_HDR * p_pkt, UINT8 attrib_id) in avrc_bld_list_player_app_values_cmd()
192 static tAVRC_STS avrc_bld_get_current_player_app_values_cmd( in avrc_bld_get_current_player_app_values_cmd()
220 static tAVRC_STS avrc_bld_set_current_player_app_values_cmd(BT_HDR * p_pkt, UINT8 num_attrib_id, tA… in avrc_bld_set_current_player_app_values_cmd()
251 static tAVRC_STS avrc_bld_get_player_app_setting_attr_text_cmd (BT_HDR * p_pkt, tAVRC_GET_APP_ATTR_… in avrc_bld_get_player_app_setting_attr_text_cmd()
280 static tAVRC_STS avrc_bld_get_player_app_setting_value_text_cmd (BT_HDR * p_pkt, tAVRC_GET_APP_VAL_… in avrc_bld_get_player_app_setting_value_text_cmd()
[all …]
Davrc_bld_tg.c41 static tAVRC_STS avrc_bld_get_capability_rsp (tAVRC_GET_CAPS_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_get_capability_rsp()
48 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
119 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp (tAVRC_LIST_APP_ATTR_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_list_app_settings_attr_rsp()
170 static tAVRC_STS avrc_bld_list_app_settings_values_rsp (tAVRC_LIST_APP_VALUES_RSP *p_rsp, in avrc_bld_list_app_settings_values_rsp()
220 static tAVRC_STS avrc_bld_get_cur_app_setting_value_rsp (tAVRC_GET_CUR_APP_VALUE_RSP *p_rsp, in avrc_bld_get_cur_app_setting_value_rsp()
278 static tAVRC_STS avrc_bld_set_app_setting_value_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_set_app_setting_value_rsp()
299 static tAVRC_STS avrc_bld_app_setting_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_app_setting_text_rsp()
304 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
375 static tAVRC_STS avrc_bld_get_app_setting_attr_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, in avrc_bld_get_app_setting_attr_text_rsp()
393 static tAVRC_STS avrc_bld_get_app_setting_value_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, in avrc_bld_get_app_setting_value_text_rsp()
[all …]
Davrc_pars_tg.c42 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result) in avrc_ctrl_pars_vendor_cmd()
44 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd()
102 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result, in avrc_pars_vendor_cmd()
105 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd()
354 tAVRC_STS AVRC_Ctrl_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result) in AVRC_Ctrl_ParsCommand()
356 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand()
388 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len) in AVRC_ParsCommand()
390 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand()
Davrc_pars_ct.c43 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result) in avrc_pars_vendor_rsp()
45 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp()
165 static tAVRC_STS avrc_ctrl_pars_vendor_rsp( in avrc_ctrl_pars_vendor_rsp()
390 tAVRC_STS AVRC_Ctrl_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16*… in AVRC_Ctrl_ParsResponse()
392 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsResponse()
421 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_l… in AVRC_ParsResponse()
423 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse()
Davrc_utils.c166 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) in avrc_pars_pass_thru()
171 tAVRC_STS status = AVRC_STS_BAD_CMD; in avrc_pars_pass_thru()
Davrc_int.h150 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
Davrc_api.c240 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command()
/system/bt/btif/src/
Dbtif_rc.c903 tAVRC_STS status; in handle_rc_metamsg_cmd()
1284 tAVRC_STS status; in send_metamsg_rsp()
1314 tAVRC_STS status; in send_metamsg_rsp()
1774 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in set_volume()
1841 tAVRC_STS BldResp=AVRC_STS_BAD_CMD; in register_volumechange()
1882 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_rc_metamsg_rsp()
3112 tAVRC_STS status; in handle_avk_rc_metamsg_rsp()
3196 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_avk_rc_metamsg_cmd()
3294 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in getcapabilities_cmd()
3343 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in list_player_app_setting_attrib_cmd()
[all …]
/system/bt/bta/av/
Dbta_av_act.c727 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR *p_vendor) in bta_av_chk_notif_evt_id()
729 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()