Searched refs:tAVRC_MSG (Results 1 – 16 of 16) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_avrc_pars_tg.cc | 38 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()
|
D | mock_stack_avrc_pars.ct.cc | 39 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/ |
D | avrc_api.h | 205 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,
|
D | avrc_defs.h | 951 } tAVRC_MSG; typedef
|
/system/bt/btif/test/ |
D | btif_rc_test.cc | 47 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/ |
D | stack_avrcp_test.cc | 32 tAVRC_MSG msg{}; in TEST_F() 137 tAVRC_MSG msg = { in TEST_F()
|
/system/bt/profile/avrcp/ |
D | connection_handler.h | 158 tAVRC_MSG* p_msg);
|
D | avrcp_message_converter.h | 67 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse()
|
D | connection_handler.cc | 404 tAVRC_MSG* p_msg) { in MessageCb()
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.cc | 396 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()
|
D | avrc_api.cc | 623 tAVRC_MSG msg; in avrc_msg_cback() 657 memset(&msg, 0, sizeof(tAVRC_MSG)); in avrc_msg_cback()
|
D | avrc_pars_ct.cc | 874 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/ |
D | bta_av_api.h | 312 tAVRC_MSG* p_msg;
|
/system/bt/btif/src/ |
D | btif_av.cc | 821 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/ |
D | bta_av_int.h | 363 tAVRC_MSG msg;
|
D | bta_av_act.cc | 241 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()
|