Home
last modified time | relevance | path

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

/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()
Dcapabilities_packet.cc66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
Dget_element_attributes_packet.cc69 ss << " └ Command PDU = " << GetCommandPdu() << std::endl; in ToString()
/system/bt/profile/avrcp/
Ddevice.cc81 DEVICE_VLOG(3) << __func__ << ": pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()
96 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()
117 << __func__ << ": Unhandled Response: pdu=" << pkt->GetCommandPdu(); in VendorPacketHandler()
123 switch (pkt->GetCommandPdu()) { in VendorPacketHandler()
139 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in VendorPacketHandler()
165 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in VendorPacketHandler()
177 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_COMMAND); in VendorPacketHandler()
190 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in HandleGetCapabilities()
234 auto response = RejectBuilder::MakeBuilder(pkt->GetCommandPdu(), in HandleNotification()
301 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_PARAMETER); in HandleNotification()
[all …]