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

/system/bt/packet/avrcp/
H A Dplay_item.h68 uint16_t GetUidCounter() const;
H A Dplay_item.cc59 uint16_t PlayItemRequest::GetUidCounter() const { function in class:bluetooth::avrcp::PlayItemRequest
82 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl;
H A Dchange_path.cc53 uint16_t ChangePathRequest::GetUidCounter() const { function in class:bluetooth::avrcp::ChangePathRequest
79 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl;
H A Dget_item_attributes.h71 uint16_t GetUidCounter() const;
H A Dget_item_attributes.cc97 uint16_t GetItemAttributesRequest::GetUidCounter() const { function in class:bluetooth::avrcp::GetItemAttributesRequest
136 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl;
H A Dchange_path.h61 uint16_t GetUidCounter() const;
/system/bt/packet/tests/avrcp/
H A Dplay_item_packet_test.cc42 ASSERT_EQ(test_packet->GetUidCounter(), 0x0000u);
H A Dchange_path_packet_test.cc54 ASSERT_EQ(test_packet->GetUidCounter(), 0x0000u);
H A Dget_item_attributes_packet_test.cc98 ASSERT_EQ(test_packet->GetUidCounter(), 0x0000u);
/system/bt/profile/avrcp/
H A Ddevice.cc791 << " uid counter=" << loghex(pkt->GetUidCounter());
792 if (pkt->GetUidCounter() != 0x0000) { // For database unaware player, use 0

Completed in 3555 milliseconds