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

/system/bt/packet/tests/avrcp/
H A Dvendor_packet_test.cc86 CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); } function in class:bluetooth::avrcp::VendorPacketTest
118 ASSERT_EQ(test_packet->GetCommandPdu(), GetCommandPdu());
/system/bt/packet/avrcp/
H A Dset_absolute_volume.cc66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
H A Dset_addressed_player.cc67 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
H A Dvendor_packet.h76 CommandPdu GetCommandPdu() const;
H A Dvendor_packet.cc86 CommandPdu VendorPacket::GetCommandPdu() const { function in class:bluetooth::avrcp::VendorPacket
119 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
H A Dplay_item.cc77 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
H A Dregister_notification_packet.cc63 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
252 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
H A Dcapabilities_packet.cc66 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
H A Dget_element_attributes_packet.cc69 ss << " └ Command PDU = " << GetCommandPdu() << std::endl;
/system/bt/profile/avrcp/
H A Ddevice.cc62 DEVICE_VLOG(3) << __func__ << ": pdu=" << pkt->GetCommandPdu();
70 switch (pkt->GetCommandPdu()) {
91 << __func__ << ": Unhandled Response: pdu=" << pkt->GetCommandPdu();
97 switch (pkt->GetCommandPdu()) {
137 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_COMMAND);
245 (CommandPdu)pkt->GetCommandPdu(), Status::INVALID_PARAMETER);

Completed in 1971 milliseconds