Home
last modified time | relevance | path

Searched refs:GetCommandPdu (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc115 log::verbose("pdu={}", pkt->GetCommandPdu()); in VendorPacketHandler()
131 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()
142 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
166 pkt->GetCommandPdu()); in VendorPacketHandler()
172 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()
189 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
219 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
233 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
247 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
257 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
[all …]
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dvendor_packet_test.cc86 CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); } in GetCommandPdu() function in bluetooth::avrcp::VendorPacketTest
118 ASSERT_EQ(test_packet->GetCommandPdu(), GetCommandPdu()); in TEST_P()
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dvendor_packet_fuzzer.cc36 CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); } in GetCommandPdu() function in bluetooth::avrcp::VendorPacketTest
55 test_packet->GetCommandPdu(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/avrcp/
Dvendor_packet.cc90 CommandPdu VendorPacket::GetCommandPdu() const { in GetCommandPdu() function in bluetooth::avrcp::VendorPacket
123 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dvendor_packet.h76 CommandPdu GetCommandPdu() const;
Dregister_notification_packet.cc67 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
276 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dset_absolute_volume.cc66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dset_addressed_player.cc67 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dlist_player_application_setting_values.cc73 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dplay_item.cc77 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dset_player_application_setting_value.cc98 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dget_current_player_application_setting_value.cc93 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dget_element_attributes_packet.cc71 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dcapabilities_packet.cc70 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()