Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h229 uint8_t opcode, tAVRC_MSG* p_msg)>;
710 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result);
723 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
737 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
751 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
Davrc_defs.h954 } tAVRC_MSG; typedef
/packages/modules/Bluetooth/system/stack/test/
Dstack_avrcp_test.cc34 tAVRC_MSG msg{}; in TEST_F()
59 tAVRC_MSG msg{}; in TEST_F()
83 tAVRC_MSG msg{}; in TEST_F()
188 tAVRC_MSG msg = { in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_pars_tg.cc26 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* /* p_msg */, in AVRC_Ctrl_ParsCommand() argument
31 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* /* p_msg */, in AVRC_ParsCommand() argument
Dmock_stack_avrc_pars.ct.cc26 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* /* p_msg */, in AVRC_Ctrl_ParsResponse() argument
33 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* /* p_msg */, in AVRC_ParsResponse() argument
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.h163 tAVRC_MSG* p_msg);
Davrcp_message_converter.h70 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse()
Dconnection_handler.cc457 tAVRC_MSG* p_msg) { in MessageCb()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc150 tAVRC_MSG msg{}; in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_pars_tg.cc393 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) { in AVRC_Ctrl_ParsCommand()
600 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result, in AVRC_ParsCommand()
Davrc_pars_ct.cc845 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_Ctrl_ParsResponse()
881 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result, in AVRC_ParsResponse()
Davrc_api.cc646 tAVRC_MSG msg; in avrc_msg_cback()
679 memset(&msg, 0, sizeof(tAVRC_MSG)); in avrc_msg_cback()
/packages/modules/Bluetooth/system/stack/fuzzers/
Davrc_fuzzer.cc135 tAVRC_MSG* p_msg) { in msg_cb()
/packages/modules/Bluetooth/system/bta/include/
Dbta_av_api.h323 tAVRC_MSG* p_msg;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc1026 av_dest->meta_msg.p_msg = (tAVRC_MSG*)osi_calloc(sizeof(tAVRC_MSG)); in DeepCopy()
1028 sizeof(tAVRC_MSG)); in DeepCopy()
1030 tAVRC_MSG* p_msg_src = av_src->meta_msg.p_msg; in DeepCopy()
1031 tAVRC_MSG* p_msg_dest = av_dest->meta_msg.p_msg; in DeepCopy()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h383 tAVRC_MSG msg;
Dbta_av_act.cc274 tAVRC_MSG* p_msg) { in bta_av_rc_msg_cback()
302 memcpy(&p_buf->msg, p_msg, sizeof(tAVRC_MSG)); in bta_av_rc_msg_cback()