Home
last modified time | relevance | path

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

/system/bt/stack/include/
Davrc_api.h180 uint8_t opcode, tAVRC_MSG* p_msg)>;
615 extern tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg,
629 extern tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
643 extern tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
657 extern tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg,
Davrc_defs.h948 } tAVRC_MSG; typedef
/system/bt/profile/avrcp/
Dconnection_handler.h150 tAVRC_MSG* p_msg);
Davrcp_message_converter.h67 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse()
Dconnection_handler.cc391 tAVRC_MSG* p_msg) { in MessageCb()
/system/bt/stack/avrc/
Davrc_pars_tg.cc373 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
532 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
Davrc_pars_ct.cc843 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
879 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
Davrc_api.cc623 tAVRC_MSG msg; in avrc_msg_cback()
656 memset(&msg, 0, sizeof(tAVRC_MSG)); in avrc_msg_cback()
/system/bt/bta/include/
Dbta_av_api.h308 tAVRC_MSG* p_msg;
/system/bt/btif/src/
Dbtif_av.cc809 av_dest->meta_msg.p_msg = (tAVRC_MSG*)osi_calloc(sizeof(tAVRC_MSG)); in DeepCopy()
811 sizeof(tAVRC_MSG)); in DeepCopy()
813 tAVRC_MSG* p_msg_src = av_src->meta_msg.p_msg; in DeepCopy()
814 tAVRC_MSG* p_msg_dest = av_dest->meta_msg.p_msg; in DeepCopy()
/system/bt/bta/av/
Dbta_av_int.h342 tAVRC_MSG msg;
Dbta_av_act.cc246 tAVRC_MSG* p_msg) { in bta_av_rc_msg_cback()
274 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG)); in bta_av_rc_msg_cback()