Home
last modified time | relevance | path

Searched refs:tAVRC_MSG_PASS (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_utils.h107 std::function<tAVRC_STS(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id)>
108 body{[](tAVRC_MSG_PASS* /* p_msg */, uint16_t* /* p_vendor_unique_id */) {
111 tAVRC_STS operator()(tAVRC_MSG_PASS* p_msg, uint16_t* p_vendor_unique_id) { in operator()
Dmock_stack_avrc_api.cc73 tAVRC_MSG_PASS* /* p_msg */) { in AVRC_PassCmd() argument
78 tAVRC_MSG_PASS* /* p_msg */) { in AVRC_PassRsp() argument
Dmock_stack_avrc_utils.cc87 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, in avrc_pars_pass_thru()
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_message_converter.h87 tAVRC_MSG_PASS* msg = (tAVRC_MSG_PASS*)m; in Parse()
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h601 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg);
629 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg);
Davrc_defs.h929 } tAVRC_MSG_PASS; typedef
952 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_int.h164 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg,
Davrc_utils.cc159 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS* p_msg, in avrc_pars_pass_thru()
Davrc_api.cc937 static BT_HDR* avrc_pass_msg(tAVRC_MSG_PASS* p_msg) { in avrc_pass_msg()
1365 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd()
1408 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h316 tAVRC_MSG_PASS msg;