Home
last modified time | relevance | path

Searched refs:tAVRC_COMMAND (Results 1 – 8 of 8) sorted by relevance

/system/bt/btif/test/
Dbtif_rc_test.cc41 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/
Davrc_api.h616 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);
Davrc_defs.h1320 } tAVRC_COMMAND; typedef
/system/bt/stack/avrc/
Davrc_pars_tg.cc43 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()
Davrc_bld_ct.cc516 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()
Davrc_api.cc600 tAVRC_COMMAND avrc_command; in avrc_proc_far_msg()
/system/bt/stack/test/
Dstack_avrcp_test.cc32 tAVRC_COMMAND result{}; in TEST_F()
/system/bt/btif/src/
Dbtif_rc.cc272 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 …]