Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
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()
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()
Dplay_item.h68 uint16_t GetUidCounter() const;
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()
Dget_item_attributes.h71 uint16_t GetUidCounter() const;
Dchange_path.h61 uint16_t GetUidCounter() const;
/system/bt/packet/tests/fuzzers/
Dplay_item_packet_fuzzer.cc46 test_packet->GetUidCounter(); in LLVMFuzzerTestOneInput()
Dchange_path_req_fuzzer.cc44 test_packet->GetUidCounter(); in LLVMFuzzerTestOneInput()
/system/bt/packet/tests/avrcp/
Dplay_item_packet_test.cc42 ASSERT_EQ(test_packet->GetUidCounter(), 0x0000u); in TEST()
Dchange_path_packet_test.cc54 ASSERT_EQ(test_packet->GetUidCounter(), 0x0000u); in TEST()
Dget_item_attributes_packet_test.cc98 ASSERT_EQ(test_packet->GetUidCounter(), 0x0000u); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc974 << " uid counter=" << loghex(pkt->GetUidCounter()); in HandleGetItemAttributes()
975 if (pkt->GetUidCounter() != 0x0000) { // For database unaware player, use 0 in HandleGetItemAttributes()