Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h314 typedef uint8_t tAVRC_STS; typedef
1104 tAVRC_STS status;
1112 tAVRC_STS status;
1120 tAVRC_STS status;
1129 tAVRC_STS status;
1138 tAVRC_STS status;
1147 tAVRC_STS status;
1157 tAVRC_STS status;
1166 tAVRC_STS status;
1174 tAVRC_STS status;
[all …]
Davrc_api.h710 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result);
723 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
737 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
751 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
765 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);
778 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_bld_ct.cc49 static tAVRC_STS avrc_bld_next_cmd(tAVRC_NEXT_CMD* p_cmd, BT_HDR* p_pkt) { in avrc_bld_next_cmd()
80 static tAVRC_STS avrc_bld_set_abs_volume_cmd(tAVRC_SET_VOLUME_CMD* p_cmd, in avrc_bld_set_abs_volume_cmd()
105 static tAVRC_STS avrc_bld_register_notifn(BT_HDR* p_pkt, uint8_t event_id, in avrc_bld_register_notifn()
132 static tAVRC_STS avrc_bld_get_capability_cmd(BT_HDR* p_pkt, uint8_t cap_id) { in avrc_bld_get_capability_cmd()
153 static tAVRC_STS avrc_bld_list_player_app_attr_cmd(BT_HDR* p_pkt) { in avrc_bld_list_player_app_attr_cmd()
173 static tAVRC_STS avrc_bld_list_player_app_values_cmd(BT_HDR* p_pkt, in avrc_bld_list_player_app_values_cmd()
196 static tAVRC_STS avrc_bld_get_current_player_app_values_cmd( in avrc_bld_get_current_player_app_values_cmd()
224 static tAVRC_STS avrc_bld_set_current_player_app_values_cmd( in avrc_bld_set_current_player_app_values_cmd()
255 static tAVRC_STS avrc_bld_get_player_app_setting_attr_text_cmd( in avrc_bld_get_player_app_setting_attr_text_cmd()
284 static tAVRC_STS avrc_bld_get_player_app_setting_value_text_cmd( in avrc_bld_get_player_app_setting_value_text_cmd()
[all …]
Davrc_bld_tg.cc59 static tAVRC_STS avrc_bld_get_capability_rsp(tAVRC_GET_CAPS_RSP* p_rsp, in avrc_bld_get_capability_rsp()
66 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
127 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp( in avrc_bld_list_app_settings_attr_rsp()
173 static tAVRC_STS avrc_bld_list_app_settings_values_rsp( in avrc_bld_list_app_settings_values_rsp()
217 static tAVRC_STS avrc_bld_get_cur_app_setting_value_rsp( in avrc_bld_get_cur_app_setting_value_rsp()
269 static tAVRC_STS avrc_bld_set_app_setting_value_rsp(tAVRC_RSP* /* p_rsp */, in avrc_bld_set_app_setting_value_rsp()
287 static tAVRC_STS avrc_bld_app_setting_text_rsp( in avrc_bld_app_setting_text_rsp()
292 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
357 static tAVRC_STS avrc_bld_get_app_setting_attr_text_rsp( in avrc_bld_get_app_setting_attr_text_rsp()
374 static tAVRC_STS avrc_bld_get_app_setting_value_text_rsp( in avrc_bld_get_app_setting_value_text_rsp()
[all …]
Davrc_pars_tg.cc45 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, in avrc_ctrl_pars_vendor_cmd()
47 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd()
111 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, in avrc_pars_vendor_cmd()
114 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd()
393 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
394 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand()
431 static tAVRC_STS avrc_pars_browsing_cmd(tAVRC_MSG_BROWSE* p_msg, in avrc_pars_browsing_cmd()
434 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browsing_cmd()
600 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
602 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand()
Davrc_pars_ct.cc49 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, in avrc_pars_vendor_rsp()
51 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp()
134 tAVRC_STS avrc_parse_notification_rsp(uint8_t* p_stream, uint16_t len, in avrc_parse_notification_rsp()
208 static tAVRC_STS avrc_pars_browse_rsp(tAVRC_MSG_BROWSE* p_msg, in avrc_pars_browse_rsp()
210 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browse_rsp()
507 static tAVRC_STS avrc_ctrl_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, in avrc_ctrl_pars_vendor_rsp()
845 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
847 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsResponse()
881 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
883 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse()
Davrc_utils.cc159 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, in avrc_pars_pass_thru()
164 tAVRC_STS status = AVRC_STS_BAD_CMD; in avrc_pars_pass_thru()
Davrc_int.h164 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg,
Davrc_api.cc384 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command()
488 tAVRC_STS status; in avrc_proc_far_msg()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_pars.ct.cc26 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* /* p_msg */, in AVRC_Ctrl_ParsResponse()
33 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* /* p_msg */, in AVRC_ParsResponse()
39 tAVRC_STS avrc_parse_notification_rsp(uint8_t* /* p_stream */, in avrc_parse_notification_rsp()
Dmock_stack_avrc_utils.h106 static tAVRC_STS return_value;
107 std::function<tAVRC_STS(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id)>
111 tAVRC_STS operator()(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id) { in operator()
Dmock_stack_avrc_bld_tg.cc27 tAVRC_STS AVRC_BldResponse(uint8_t /* handle */, tAVRC_RESPONSE* /* p_rsp */, in AVRC_BldResponse()
32 tAVRC_STS avrc_bld_group_navigation_rsp(uint16_t /* navi_id */, in avrc_bld_group_navigation_rsp()
Dmock_stack_avrc_pars_tg.cc26 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* /* p_msg */, in AVRC_Ctrl_ParsCommand()
31 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* /* p_msg */, in AVRC_ParsCommand()
Dmock_stack_avrc_utils.cc59 tAVRC_STS avrc_pars_pass_thru::return_value = 0;
87 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, in avrc_pars_pass_thru()
Dmock_stack_avrc_bld_ct.cc27 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* /* p_cmd */, BT_HDR** /* pp_pkt */) { in AVRC_BldCommand()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc1084 tAVRC_STS status; in handle_rc_metamsg_cmd()
1440 static tBTA_AV_CODE get_rsp_type_code(tAVRC_STS status, tBTA_AV_CODE code) { in get_rsp_type_code()
1510 tAVRC_STS status; in send_metamsg_rsp()
1534 tAVRC_STS status; in send_metamsg_rsp()
2203 tAVRC_STS status = AVRC_STS_NO_ERROR; in get_folder_items_list_rsp()
2404 tAVRC_STS status = AVRC_STS_NO_ERROR; in set_browsed_player_rsp()
2724 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in set_volume()
2808 tAVRC_STS BldResp = AVRC_STS_BAD_CMD; in register_volumechange()
2867 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_rc_metamsg_rsp()
3074 tAVRC_STS status = AVRC_BldCommand(avrc_cmd, &p_msg); in build_and_send_vendor_cmd()
[all …]
/packages/modules/Bluetooth/system/stack/fuzzers/
Davrc_fuzzer.cc137 tAVRC_STS status; in msg_cb()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc803 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR* p_vendor) { in bta_av_chk_notif_evt_id()
804 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()