HomeSort by relevance Sort by last modified time
    Searched refs:GetCommandPdu (Results 1 - 10 of 10) sorted by null

  /system/bt/packet/tests/avrcp/
vendor_packet_test.cc 86 CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); }
118 ASSERT_EQ(test_packet->GetCommandPdu(), GetCommandPdu());
  /system/bt/packet/avrcp/
set_absolute_volume.cc 66 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
set_addressed_player.cc 67 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
vendor_packet.h 76 CommandPdu GetCommandPdu() const;
vendor_packet.cc 86 CommandPdu VendorPacket::GetCommandPdu() const {
119 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
play_item.cc 77 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
register_notification_packet.cc 63 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
252 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
capabilities_packet.cc 66 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
get_element_attributes_packet.cc 69 ss << " ? Command PDU = " << GetCommandPdu() << std::endl;
  /system/bt/profile/avrcp/
device.cc 62 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);
    [all...]

Completed in 1612 milliseconds