Searched refs:tAVRC_STS (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/include/ |
D | avrc_defs.h | 310 typedef uint8_t tAVRC_STS; typedef 1098 tAVRC_STS status; 1106 tAVRC_STS status; 1114 tAVRC_STS status; 1123 tAVRC_STS status; 1132 tAVRC_STS status; 1141 tAVRC_STS status; 1151 tAVRC_STS status; 1160 tAVRC_STS status; 1168 tAVRC_STS status; [all …]
|
D | avrc_api.h | 615 extern tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, 629 extern tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, 643 extern tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, 657 extern tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, 672 extern tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt); 685 extern tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
|
/system/bt/stack/avrc/ |
D | avrc_bld_ct.cc | 39 static tAVRC_STS avrc_bld_next_cmd(tAVRC_NEXT_CMD* p_cmd, BT_HDR* p_pkt) { in avrc_bld_next_cmd() 71 static tAVRC_STS avrc_bld_set_abs_volume_cmd(tAVRC_SET_VOLUME_CMD* p_cmd, in avrc_bld_set_abs_volume_cmd() 96 static tAVRC_STS avrc_bld_register_notifn(BT_HDR* p_pkt, uint8_t event_id, in avrc_bld_register_notifn() 124 static tAVRC_STS avrc_bld_get_capability_cmd(BT_HDR* p_pkt, uint8_t cap_id) { in avrc_bld_get_capability_cmd() 145 static tAVRC_STS avrc_bld_list_player_app_attr_cmd(BT_HDR* p_pkt) { in avrc_bld_list_player_app_attr_cmd() 165 static tAVRC_STS avrc_bld_list_player_app_values_cmd(BT_HDR* p_pkt, in avrc_bld_list_player_app_values_cmd() 188 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() 276 static tAVRC_STS avrc_bld_get_player_app_setting_value_text_cmd( in avrc_bld_get_player_app_setting_value_text_cmd() [all …]
|
D | avrc_bld_tg.cc | 51 static tAVRC_STS avrc_bld_get_capability_rsp(tAVRC_GET_CAPS_RSP* p_rsp, in avrc_bld_get_capability_rsp() 58 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() 349 static tAVRC_STS avrc_bld_get_app_setting_attr_text_rsp( in avrc_bld_get_app_setting_attr_text_rsp() 366 static tAVRC_STS avrc_bld_get_app_setting_value_text_rsp( in avrc_bld_get_app_setting_value_text_rsp() [all …]
|
D | avrc_pars_tg.cc | 42 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, in avrc_ctrl_pars_vendor_cmd() 44 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd() 96 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR* p_msg, in avrc_pars_vendor_cmd() 99 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd() 373 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand() 374 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand() 405 static tAVRC_STS avrc_pars_browsing_cmd(tAVRC_MSG_BROWSE* p_msg, in avrc_pars_browsing_cmd() 408 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browsing_cmd() 532 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand() 534 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand()
|
D | avrc_utils.cc | 153 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()
|
D | avrc_pars_ct.cc | 46 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() 498 static tAVRC_STS avrc_ctrl_pars_vendor_rsp(tAVRC_MSG_VENDOR* p_msg, in avrc_ctrl_pars_vendor_rsp() 843 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse() 845 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsResponse() 879 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse() 882 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse()
|
D | avrc_int.h | 164 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg,
|
D | avrc_api.cc | 361 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command() 465 tAVRC_STS status; in avrc_proc_far_msg()
|
/system/bt/btif/src/ |
D | btif_rc.cc | 876 tAVRC_STS status; in handle_rc_metamsg_cmd() 1203 static tBTA_AV_CODE get_rsp_type_code(tAVRC_STS status, tBTA_AV_CODE code) { in get_rsp_type_code() 1275 tAVRC_STS status; in send_metamsg_rsp() 1302 tAVRC_STS status; in send_metamsg_rsp() 1984 tAVRC_STS status = AVRC_STS_NO_ERROR; in get_folder_items_list_rsp() 2188 tAVRC_STS status = AVRC_STS_NO_ERROR; in set_browsed_player_rsp() 2509 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in set_volume() 2586 tAVRC_STS BldResp = AVRC_STS_BAD_CMD; in register_volumechange() 2627 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in handle_rc_metamsg_rsp() 3001 tAVRC_STS status = AVRC_BldCommand(avrc_cmd, &p_msg); in build_and_send_vendor_cmd() [all …]
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 723 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR* p_vendor) { in bta_av_chk_notif_evt_id() 724 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()
|