Home
last modified time | relevance | path

Searched refs:GetCompanyId (Results 1 – 9 of 9) sorted by relevance

/system/bt/packet/avrcp/
Dvendor_packet.cc82 uint32_t VendorPacket::GetCompanyId() const { in GetCompanyId() function in bluetooth::avrcp::VendorPacket
118 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
Dvendor_packet.h75 uint32_t GetCompanyId() const;
Dset_absolute_volume.cc65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
Dset_addressed_player.cc66 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
Dplay_item.cc76 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
Dregister_notification_packet.cc63 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
252 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
Dcapabilities_packet.cc65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
Dget_element_attributes_packet.cc68 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString()
/system/bt/packet/tests/avrcp/
Dvendor_packet_test.cc117 ASSERT_EQ(test_packet->GetCompanyId(), BLUETOOTH_COMPANY_ID); in TEST_P()