Home
last modified time | relevance | path

Searched refs:GetUidCounter (Results 1 – 12 of 12) sorted by relevance

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