Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/include/
H A Davrc_defs.h1101 tAVRC_STS status;
1109 tAVRC_STS status;
1117 tAVRC_STS status;
1126 tAVRC_STS status;
1135 tAVRC_STS status;
1144 tAVRC_STS status;
1154 tAVRC_STS status;
1163 tAVRC_STS status;
1171 tAVRC_STS status;
1180 tAVRC_STS status;
[all …]
H A Davrc_api.h674 extern tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg,
688 extern tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
702 extern tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
716 extern tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg,
731 extern tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);
744 extern tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
/aosp12/system/bt/stack/avrc/
H A Davrc_bld_ct.cc188 static tAVRC_STS avrc_bld_get_current_player_app_values_cmd( in avrc_bld_get_current_player_app_values_cmd()
216 static tAVRC_STS avrc_bld_set_current_player_app_values_cmd( in avrc_bld_set_current_player_app_values_cmd()
247 static tAVRC_STS avrc_bld_get_player_app_setting_attr_text_cmd( in avrc_bld_get_player_app_setting_attr_text_cmd()
304 static tAVRC_STS avrc_bld_get_element_attr_cmd(BT_HDR* p_pkt, in avrc_bld_get_element_attr_cmd()
364 static tAVRC_STS avrc_bld_get_play_status_cmd(BT_HDR* p_pkt) { in avrc_bld_get_play_status_cmd()
384 static tAVRC_STS avrc_bld_get_folder_items_cmd(BT_HDR* p_pkt, in avrc_bld_get_folder_items_cmd()
416 static tAVRC_STS avrc_bld_change_folder_cmd(BT_HDR* p_pkt, in avrc_bld_change_folder_cmd()
434 static tAVRC_STS avrc_bld_get_item_attributes_cmd( in avrc_bld_get_item_attributes_cmd()
462 static tAVRC_STS avrc_bld_set_browsed_player_cmd( in avrc_bld_set_browsed_player_cmd()
489 static tAVRC_STS avrc_bld_set_addressed_player_cmd( in avrc_bld_set_addressed_player_cmd()
[all …]
H A Davrc_bld_tg.cc58 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
119 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp( in avrc_bld_list_app_settings_attr_rsp()
165 static tAVRC_STS avrc_bld_list_app_settings_values_rsp( in avrc_bld_list_app_settings_values_rsp()
209 static tAVRC_STS avrc_bld_get_cur_app_setting_value_rsp( in avrc_bld_get_cur_app_setting_value_rsp()
261 static tAVRC_STS avrc_bld_set_app_setting_value_rsp( in avrc_bld_set_app_setting_value_rsp()
279 static tAVRC_STS avrc_bld_app_setting_text_rsp( in avrc_bld_app_setting_text_rsp()
284 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
401 static tAVRC_STS avrc_bld_inform_battery_status_rsp( in avrc_bld_inform_battery_status_rsp()
559 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_notify_rsp()
916 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_folder_items_rsp()
[all …]
H A Davrc_pars_tg.cc43 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, in avrc_ctrl_pars_vendor_cmd()
45 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd()
105 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, in avrc_pars_vendor_cmd()
108 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd()
389 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
390 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand()
427 static tAVRC_STS avrc_pars_browsing_cmd(tAVRC_MSG_BROWSE* p_msg, in avrc_pars_browsing_cmd()
430 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browsing_cmd()
598 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
600 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand()
H A Davrc_pars_ct.cc46 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, in avrc_pars_vendor_rsp()
48 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp()
142 tAVRC_STS avrc_parse_notification_rsp(uint8_t* p_stream, uint16_t len, in avrc_parse_notification_rsp()
219 static tAVRC_STS avrc_pars_browse_rsp(tAVRC_MSG_BROWSE* p_msg, in avrc_pars_browse_rsp()
221 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browse_rsp()
529 static tAVRC_STS avrc_ctrl_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, in avrc_ctrl_pars_vendor_rsp()
882 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
884 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsResponse()
918 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
921 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse()
H A Davrc_utils.cc153 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, in avrc_pars_pass_thru()
158 tAVRC_STS status = AVRC_STS_BAD_CMD; in avrc_pars_pass_thru()
H A Davrc_int.h164 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg,
H A Davrc_api.cc361 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command()
465 tAVRC_STS status; in avrc_proc_far_msg()
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc41 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { return 0; } in AVRC_BldCommand()
42 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse()
47 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
50 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
54 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
58 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_pars.ct.cc39 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
44 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
50 tAVRC_STS avrc_parse_notification_rsp(uint8_t* p_stream, uint16_t len, in avrc_parse_notification_rsp()
H A Dmock_stack_avrc_bld_tg.cc39 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse()
44 tAVRC_STS avrc_bld_group_navigation_rsp(uint16_t navi_id, BT_HDR* p_pkt) { in avrc_bld_group_navigation_rsp()
H A Dmock_stack_avrc_pars_tg.cc38 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
42 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
H A Dmock_stack_avrc_bld_ct.cc37 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { in AVRC_BldCommand()
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc936 tAVRC_STS status; in handle_rc_metamsg_cmd()
1352 tAVRC_STS status; in send_metamsg_rsp()
1379 tAVRC_STS status; in send_metamsg_rsp()
2054 tAVRC_STS status = AVRC_STS_NO_ERROR; in get_folder_items_list_rsp()
2258 tAVRC_STS status = AVRC_STS_NO_ERROR; in set_browsed_player_rsp()
2579 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in set_volume()
2656 tAVRC_STS BldResp = AVRC_STS_BAD_CMD; in register_volumechange()
2697 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_rc_metamsg_rsp()
4338 tAVRC_STS status; in handle_avk_rc_metamsg_rsp()
4448 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_avk_rc_metamsg_cmd()
[all …]
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc720 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR* p_vendor) { in bta_av_chk_notif_evt_id()
721 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()