Home
last modified time | relevance | path

Searched refs:tAVRC_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Davrc_api.h602 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,
642 extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
Davrc_defs.h1412 } tAVRC_RESPONSE; typedef
/system/bt/stack/avrc/
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()
166 tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result, UINT8* p_buf, UINT16* buf_len) 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()
421 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_l… in AVRC_ParsResponse()
Davrc_bld_tg.c810 static BT_HDR *avrc_bld_init_rsp_buffer(tAVRC_RESPONSE *p_rsp) in avrc_bld_init_rsp_buffer()
876 tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt) in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_rc.c236 tBTA_AV_CODE code, tAVRC_RESPONSE *pmetamsg_resp);
278 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 …
877 tAVRC_RESPONSE avrc_rsp = {0}; in handle_uid_changed_notification()
1202 tAVRC_RESPONSE avrc_rsp; in send_reject_response()
1204 memset (&avrc_rsp, 0, sizeof(tAVRC_RESPONSE)); in send_reject_response()
1231 tAVRC_RESPONSE *pmetamsg_resp) in send_metamsg_rsp()
1457 tAVRC_RESPONSE avrc_rsp; in btif_rc_upstreams_evt()
1525 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 … in btif_rc_upstreams_rsp_evt()
1645 tAVRC_RESPONSE avrc_rsp; in get_play_status_rsp()
1672 tAVRC_RESPONSE avrc_rsp; in get_element_attr_rsp()
[all …]
/system/bt/bta/av/
Dbta_av_act.c768 tBTA_AV_EVT bta_av_proc_meta_cmd(tAVRC_RESPONSE *p_rc_rsp, tBTA_AV_RC_MSG *p_msg, UINT8 *p_ctype) in bta_av_proc_meta_cmd()
876 tAVRC_RESPONSE rc_rsp; in bta_av_rc_msg()