Searched refs:tAVRC_RESPONSE (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/stack/avrc/ |
D | avrc_pars_ct.c | 43 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result) in avrc_pars_vendor_rsp() 117 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_l… in AVRC_ParsResponse()
|
D | avrc_bld_tg.c | 739 static BT_HDR *avrc_bld_init_rsp_buffer(tAVRC_RESPONSE *p_rsp) in avrc_bld_init_rsp_buffer() 811 tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt) in AVRC_BldResponse()
|
D | avrc_api.c | 213 AVRC_BldResponse( handle, (tAVRC_RESPONSE *)&rej_rsp, &p_pkt); in avrc_send_continue_frag()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_rc.c | 195 tBTA_AV_CODE code, tAVRC_RESPONSE *pmetamsg_resp); 205 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 … 648 tAVRC_RESPONSE avrc_rsp = {0}; in handle_uid_changed_notification() 888 tAVRC_RESPONSE avrc_rsp; in send_reject_response() 890 memset (&avrc_rsp, 0, sizeof(tAVRC_RESPONSE)); in send_reject_response() 917 tAVRC_RESPONSE *pmetamsg_resp) in send_metamsg_rsp() 1120 tAVRC_RESPONSE avrc_rsp; in btif_rc_upstreams_evt() 1153 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 … in btif_rc_upstreams_rsp_evt() 1255 tAVRC_RESPONSE avrc_rsp; in get_play_status_rsp() 1283 tAVRC_RESPONSE avrc_rsp; in get_element_attr_rsp() [all …]
|
/external/bluetooth/bluedroid/stack/include/ |
D | avrc_api.h | 579 AVRC_API extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, 606 AVRC_API extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
|
D | avrc_defs.h | 1414 } tAVRC_RESPONSE; typedef
|
/external/bluetooth/bluedroid/bta/av/ |
D | bta_av_act.c | 765 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() 874 tAVRC_RESPONSE rc_rsp; in bta_av_rc_msg()
|