Searched refs:tAVRC_COMMAND (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/include/ |
D | avrc_api.h | 577 extern tAVRC_STS AVRC_Ctrl_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result); 589 extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, 629 extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
|
D | avrc_defs.h | 1199 } tAVRC_COMMAND; typedef
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.c | 42 static tAVRC_STS avrc_ctrl_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result) in avrc_ctrl_pars_vendor_cmd() 102 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result, in avrc_pars_vendor_cmd() 354 tAVRC_STS AVRC_Ctrl_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result) in AVRC_Ctrl_ParsCommand() 388 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len) in AVRC_ParsCommand()
|
D | avrc_bld_ct.c | 364 static BT_HDR *avrc_bld_init_cmd_buffer(tAVRC_COMMAND *p_cmd) in avrc_bld_init_cmd_buffer() 422 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt) in AVRC_BldCommand()
|
D | avrc_api.c | 490 if (AVRC_BldCommand ((tAVRC_COMMAND *)&avrc_cmd, &p_cmd) == AVRC_STS_NO_ERROR) in avrc_proc_far_msg() 504 if (AVRC_BldCommand ((tAVRC_COMMAND *)&avrc_cmd, &p_cmd) == AVRC_STS_NO_ERROR) in avrc_proc_far_msg()
|
/system/bt/btif/src/ |
D | btif_rc.c | 253 UINT8 event, tAVRC_COMMAND *pavrc_cmd, UINT8 label); 276 static void btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND* p_param, UINT8 ctype, UINT8 label); 874 void handle_uid_changed_notification(tBTA_AV_META_MSG *pmeta_msg, tAVRC_COMMAND *pavrc_command) in handle_uid_changed_notification() 902 tAVRC_COMMAND avrc_command = {0}; in handle_rc_metamsg_cmd() 1358 static void btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND *pavrc_cmd, UINT8 ctype, UINT8 label) in btif_rc_upstreams_evt() 1488 static void btif_rc_ctrl_upstreams_rsp_cmd(UINT8 event, tAVRC_COMMAND *pavrc_cmd, in btif_rc_ctrl_upstreams_rsp_cmd() 1787 tAVRC_COMMAND avrc_cmd = {0}; in set_volume() 1839 tAVRC_COMMAND avrc_cmd = {0}; in register_volumechange() 3195 tAVRC_COMMAND avrc_cmd = {0}; in handle_avk_rc_metamsg_cmd() 3303 tAVRC_COMMAND avrc_cmd = {0}; in getcapabilities_cmd() [all …]
|