Home
last modified time | relevance | path

Searched refs:GetCType (Results 1 – 13 of 13) sorted by relevance

/system/bt/packet/avrcp/
Dregister_notification_packet.cc25 return GetCType() == CType::INTERIM; in IsInterim()
42 …if (GetCType() != CType::INTERIM && GetCType() != CType::CHANGED && GetCType() != CType::REJECTED)… in IsValid()
59 ss << " └ cType = " << GetCType() << std::endl; in ToString()
248 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Dset_absolute_volume.cc54 if (GetCType() != CType::ACCEPTED) return false; in IsValid()
61 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Davrcp_packet.cc76 CType Packet::GetCType() const { in GetCType() function in bluetooth::avrcp::Packet
99 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Dpass_through_packet.cc63 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Dset_addressed_player.cc62 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Dplay_item.cc72 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Davrcp_packet.h84 CType GetCType() const;
Dcapabilities_packet.cc61 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Dget_element_attributes_packet.cc64 ss << " └ cType = " << GetCType() << std::endl; in ToString()
Dvendor_packet.cc114 ss << " └ cType = " << GetCType() << std::endl; in ToString()
/system/bt/packet/tests/avrcp/
Davrcp_packet_test.cc83 ASSERT_EQ(test_avrcp_packet->GetCType(), CType::STATUS); in TEST()
96 ASSERT_EQ(test_avrcp_packet->GetCType(), CType::INTERIM); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc91 if (pkt->GetCType() == CType::NOT_IMPLEMENTED) { in VendorPacketHandler()
95 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler()
354 if (pkt->GetCType() == CType::REJECTED) { in HandleVolumeChanged()
Dconnection_handler.cc530 (uint8_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetCType()); in SendMessage()