Searched refs:tAVRC_COMMAND (Results 1 – 8 of 8) sorted by relevance
/system/bt/btif/test/ |
D | btif_rc_test.cc | 41 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { return 0; } in AVRC_BldCommand() 47 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand() 54 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
|
/system/bt/stack/include/ |
D | avrc_api.h | 616 tAVRC_COMMAND* p_result); 629 extern tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, 672 extern tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt);
|
D | avrc_defs.h | 1320 } tAVRC_COMMAND; typedef
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.cc | 43 tAVRC_COMMAND* p_result) { in avrc_ctrl_pars_vendor_cmd() 97 tAVRC_COMMAND* p_result, uint8_t* p_buf, in avrc_pars_vendor_cmd() 373 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand() 412 tAVRC_COMMAND* p_result, uint8_t* p_buf, in avrc_pars_browsing_cmd() 582 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
|
D | avrc_bld_ct.cc | 516 static BT_HDR* avrc_bld_init_cmd_buffer(tAVRC_COMMAND* p_cmd) { in avrc_bld_init_cmd_buffer() 578 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { in AVRC_BldCommand()
|
D | avrc_api.cc | 600 tAVRC_COMMAND avrc_command; in avrc_proc_far_msg()
|
/system/bt/stack/test/ |
D | stack_avrcp_test.cc | 32 tAVRC_COMMAND result{}; in TEST_F()
|
/system/bt/btif/src/ |
D | btif_rc.cc | 272 tAVRC_COMMAND* pavrc_cmd, 339 static void btif_rc_upstreams_evt(uint16_t event, tAVRC_COMMAND* p_param, 936 tAVRC_COMMAND avrc_command = {0}; in handle_rc_metamsg_cmd() 1494 static void btif_rc_upstreams_evt(uint16_t event, tAVRC_COMMAND* pavrc_cmd, in btif_rc_upstreams_evt() 1712 tAVRC_COMMAND* pavrc_cmd, in btif_rc_ctrl_upstreams_rsp_cmd() 2619 tAVRC_COMMAND avrc_cmd = {.volume = {.pdu = AVRC_PDU_SET_ABSOLUTE_VOLUME, in set_volume() 2665 tAVRC_COMMAND avrc_cmd = {0}; in register_volumechange() 3075 bt_status_t build_and_send_vendor_cmd(tAVRC_COMMAND* avrc_cmd, in build_and_send_vendor_cmd() 3117 static bt_status_t build_and_send_browsing_cmd(tAVRC_COMMAND* avrc_cmd, in build_and_send_browsing_cmd() 4440 tAVRC_COMMAND avrc_cmd = {0}; in handle_avk_rc_metamsg_cmd() [all …]
|