Searched refs:tAVRC_MSG (Results 1 – 17 of 17) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | avrc_api.h | 229 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,
|
D | avrc_defs.h | 954 } tAVRC_MSG; typedef
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avrcp_test.cc | 34 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/ |
D | mock_stack_avrc_pars_tg.cc | 26 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
|
D | mock_stack_avrc_pars.ct.cc | 26 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/ |
D | connection_handler.h | 163 tAVRC_MSG* p_msg);
|
D | avrcp_message_converter.h | 70 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse()
|
D | connection_handler.cc | 457 tAVRC_MSG* p_msg) { in MessageCb()
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/ |
D | fuzz_avrc.cc | 150 tAVRC_MSG msg{}; in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_pars_tg.cc | 393 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()
|
D | avrc_pars_ct.cc | 845 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()
|
D | avrc_api.cc | 646 tAVRC_MSG msg; in avrc_msg_cback() 679 memset(&msg, 0, sizeof(tAVRC_MSG)); in avrc_msg_cback()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | avrc_fuzzer.cc | 135 tAVRC_MSG* p_msg) { in msg_cb()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 323 tAVRC_MSG* p_msg;
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_av.cc | 1026 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/ |
D | bta_av_int.h | 383 tAVRC_MSG msg;
|
D | bta_av_act.cc | 274 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()
|