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.h313 typedef uint8_t tAVRC_STS; typedef
1057 tAVRC_STS status;
1065 tAVRC_STS status;
1073 tAVRC_STS status;
1082 tAVRC_STS status;
1091 tAVRC_STS status;
1100 tAVRC_STS status;
1110 tAVRC_STS status;
1119 tAVRC_STS status;
1127 tAVRC_STS status;
[all …]
Davrc_api.h694 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result);
707 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, uint8_t* p_buf,
721 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, uint8_t* p_buf,
735 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, uint8_t* p_buf,
749 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);
762 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, BT_HDR** pp_pkt);
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_bld_ct.cc51 static tAVRC_STS avrc_bld_next_cmd(tAVRC_NEXT_CMD* p_cmd, BT_HDR* p_pkt) { in avrc_bld_next_cmd()
82 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()
106 static tAVRC_STS avrc_bld_register_notifn(BT_HDR* p_pkt, uint8_t event_id, uint32_t event_param) { 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, uint8_t attrib_id) { in avrc_bld_list_player_app_values_cmd()
195 static tAVRC_STS avrc_bld_get_current_player_app_values_cmd(BT_HDR* p_pkt, uint8_t num_attrib_id, in avrc_bld_get_current_player_app_values_cmd()
222 static tAVRC_STS avrc_bld_set_current_player_app_values_cmd(BT_HDR* p_pkt, uint8_t num_attrib_id, in avrc_bld_set_current_player_app_values_cmd()
253 static tAVRC_STS avrc_bld_get_player_app_setting_attr_text_cmd(BT_HDR* p_pkt, in avrc_bld_get_player_app_setting_attr_text_cmd()
282 static tAVRC_STS avrc_bld_get_player_app_setting_value_text_cmd(BT_HDR* p_pkt, in avrc_bld_get_player_app_setting_value_text_cmd()
[all …]
Davrc_bld_tg.cc60 static tAVRC_STS avrc_bld_get_capability_rsp(tAVRC_GET_CAPS_RSP* p_rsp, BT_HDR* p_pkt) { 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(tAVRC_LIST_APP_ATTR_RSP* p_rsp, in avrc_bld_list_app_settings_attr_rsp()
173 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()
217 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()
268 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()
285 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()
289 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
352 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()
369 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.cc46 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, tAVRC_COMMAND* p_result) { in avrc_ctrl_pars_vendor_cmd()
47 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd()
114 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, tAVRC_COMMAND* p_result, in avrc_pars_vendor_cmd()
116 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd()
412 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
413 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand()
450 static tAVRC_STS avrc_pars_browsing_cmd(tAVRC_MSG_BROWSE* p_msg, tAVRC_COMMAND* p_result, in avrc_pars_browsing_cmd()
452 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browsing_cmd()
607 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, uint8_t* p_buf, in AVRC_ParsCommand()
609 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, tAVRC_RESPONSE* p_result) { in avrc_pars_vendor_rsp()
50 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp()
133 static tAVRC_STS avrc_parse_notification_rsp(uint8_t* p_stream, uint16_t len, in avrc_parse_notification_rsp()
218 static tAVRC_STS avrc_pars_browse_rsp(tAVRC_MSG_BROWSE* p_msg, tAVRC_RESPONSE* p_rsp) { in avrc_pars_browse_rsp()
219 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browse_rsp()
540 static tAVRC_STS avrc_ctrl_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, tAVRC_RESPONSE* p_result, in avrc_ctrl_pars_vendor_rsp()
879 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, uint8_t* p_buf, in AVRC_Ctrl_ParsResponse()
881 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsResponse()
914 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, uint8_t* /* p_buf */, in AVRC_ParsResponse()
916 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse()
Davrc_utils.cc175 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id) { in avrc_pars_pass_thru()
179 tAVRC_STS status = AVRC_STS_BAD_CMD; in avrc_pars_pass_thru()
Davrc_int.h158 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id);
Davrc_api.cc384 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command()
485 tAVRC_STS status; in avrc_proc_far_msg()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_utils.h96 static tAVRC_STS return_value;
97 std::function<tAVRC_STS(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id)> body{
101 tAVRC_STS operator()(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id) { in operator()
Dmock_stack_avrc_pars_tg.cc26 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* /* p_msg */, tAVRC_COMMAND* /* p_result */) { in AVRC_Ctrl_ParsCommand()
30 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* /* p_msg */, tAVRC_COMMAND* /* p_result */, in AVRC_ParsCommand()
Dmock_stack_avrc_pars.ct.cc26 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* /* p_msg */, tAVRC_RESPONSE* /* p_result */, in AVRC_Ctrl_ParsResponse()
31 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* /* p_msg */, tAVRC_RESPONSE* /* p_result */, in AVRC_ParsResponse()
Dmock_stack_avrc_utils.cc61 tAVRC_STS avrc_pars_pass_thru::return_value = 0;
88 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id) { 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()
Dmock_stack_avrc_bld_tg.cc27 tAVRC_STS AVRC_BldResponse(uint8_t /* handle */, tAVRC_RESPONSE* /* p_rsp */, in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/fuzzers/
Davrc_fuzzer.cc132 tAVRC_STS status; in msg_cb()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc1241 tAVRC_STS status = AVRC_BldCommand(avrc_cmd, &p_msg); in build_and_send_vendor_cmd()
1286 tAVRC_STS status = AVRC_BldCommand(avrc_cmd, &p_msg); in build_and_send_browsing_cmd()
2414 tAVRC_STS status; in handle_avk_rc_metamsg_rsp()
2515 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_avk_rc_metamsg_cmd()
3148 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in set_volume_rsp()
3188 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in volume_change_notification_rsp()
3231 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in send_groupnavigation_cmd()
3280 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in send_passthrough_cmd()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc801 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR* p_vendor) { in bta_av_chk_notif_evt_id()
802 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()