Home
last modified time | relevance | path

Searched refs:tAVRC_MSG (Results 1 – 16 of 16) sorted by relevance

/system/bt/test/mock/
Dmock_stack_avrc_pars_tg.cc38 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
42 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
Dmock_stack_avrc_pars.ct.cc39 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
44 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
/system/bt/stack/include/
Davrc_api.h205 uint8_t opcode, tAVRC_MSG* p_msg)>;
674 extern tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg,
688 extern tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
702 extern tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
716 extern tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg,
Davrc_defs.h951 } tAVRC_MSG; typedef
/system/bt/btif/test/
Dbtif_rc_test.cc47 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
50 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
54 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
58 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
/system/bt/stack/test/
Dstack_avrcp_test.cc32 tAVRC_MSG msg{}; in TEST_F()
137 tAVRC_MSG msg = { in TEST_F()
/system/bt/profile/avrcp/
Dconnection_handler.h158 tAVRC_MSG* p_msg);
Davrcp_message_converter.h67 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse()
Dconnection_handler.cc404 tAVRC_MSG* p_msg) { in MessageCb()
/system/bt/stack/avrc/
Davrc_pars_tg.cc396 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
605 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
Davrc_api.cc623 tAVRC_MSG msg; in avrc_msg_cback()
657 memset(&msg, 0, sizeof(tAVRC_MSG)); in avrc_msg_cback()
Davrc_pars_ct.cc874 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
910 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
/system/bt/bta/include/
Dbta_av_api.h312 tAVRC_MSG* p_msg;
/system/bt/btif/src/
Dbtif_av.cc821 av_dest->meta_msg.p_msg = (tAVRC_MSG*)osi_calloc(sizeof(tAVRC_MSG)); in DeepCopy()
823 sizeof(tAVRC_MSG)); in DeepCopy()
825 tAVRC_MSG* p_msg_src = av_src->meta_msg.p_msg; in DeepCopy()
826 tAVRC_MSG* p_msg_dest = av_dest->meta_msg.p_msg; in DeepCopy()
/system/bt/bta/av/
Dbta_av_int.h363 tAVRC_MSG msg;
Dbta_av_act.cc241 tAVRC_MSG* p_msg) { in bta_av_rc_msg_cback()
269 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG)); in bta_av_rc_msg_cback()