Searched refs:GetCType (Results 1 – 16 of 16) sorted by relevance
27 return GetCType() == CType::INTERIM; in IsInterim()45 …if (GetCType() != CType::INTERIM && GetCType() != CType::CHANGED && GetCType() != CType::REJECTED)… in IsValid()62 ss << " └ cType = " << GetCType() << std::endl; in ToString()271 ss << " └ cType = " << GetCType() << std::endl; in ToString()
54 if (GetCType() != CType::ACCEPTED) return false; in IsValid()61 ss << " └ cType = " << GetCType() << std::endl; in ToString()
75 CType Packet::GetCType() const { in GetCType() function in bluetooth::avrcp::Packet98 ss << " └ cType = " << GetCType() << std::endl; in ToString()
63 ss << " └ cType = " << GetCType() << std::endl; in ToString()
62 ss << " └ cType = " << GetCType() << std::endl; in ToString()
68 ss << " └ cType = " << GetCType() << std::endl; in ToString()
72 ss << " └ cType = " << GetCType() << std::endl; in ToString()
85 CType GetCType() const;
93 ss << " └ cType = " << GetCType() << std::endl; in ToString()
88 ss << " └ cType = " << GetCType() << std::endl; in ToString()
66 ss << " └ cType = " << GetCType() << std::endl; in ToString()
118 ss << " └ cType = " << GetCType() << std::endl; in ToString()
65 ss << " └ cType = " << GetCType() << std::endl; in ToString()
83 ASSERT_EQ(test_avrcp_packet->GetCType(), CType::STATUS); in TEST()96 ASSERT_EQ(test_avrcp_packet->GetCType(), CType::INTERIM); in TEST()
126 if (pkt->GetCType() == CType::NOT_IMPLEMENTED) { in VendorPacketHandler()130 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler()571 if (pkt->GetCType() == CType::REJECTED) { in HandleVolumeChanged()874 if (pkt->GetCType() == CType::ACCEPTED || in MessageReceived()875 pkt->GetCType() == CType::REJECTED || in MessageReceived()876 pkt->GetCType() == CType::NOT_IMPLEMENTED) in MessageReceived()
601 (uint8_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetCType()); in SendMessage()