Home
last modified time | relevance | path

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

/system/bt/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()
/system/bt/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()
/system/bt/packet/avrcp/
Dvendor_packet.cc86 CommandPdu VendorPacket::GetCommandPdu() const { in GetCommandPdu() function in bluetooth::avrcp::VendorPacket
119 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dvendor_packet.h76 CommandPdu GetCommandPdu() const;
Dset_absolute_volume.cc66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dset_addressed_player.cc67 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dplay_item.cc77 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dregister_notification_packet.cc64 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
253 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dget_element_attributes_packet.cc69 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dcapabilities_packet.cc66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
/system/bt/profile/avrcp/
Ddevice.cc99 DEVICE_VLOG(3) << __func__ << ": pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()
114 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()
123 RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in VendorPacketHandler()
148 << __func__ << ": Unhandled Response: pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()
154 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()
170 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in VendorPacketHandler()
197 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in VendorPacketHandler()
209 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_COMMAND); in VendorPacketHandler()
222 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in HandleGetCapabilities()
266 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in HandleNotification()
[all …]