Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dplay_item.cc54 uint64_t PlayItemRequest::GetUid() const { in GetUid() function in bluetooth::avrcp::PlayItemRequest
81 ss << " └ UID = " << loghex(GetUid()) << std::endl; in ToString()
Dchange_path.cc63 uint64_t ChangePathRequest::GetUid() const { in GetUid() function in bluetooth::avrcp::ChangePathRequest
81 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString()
Dplay_item.h67 uint64_t GetUid() const;
Dget_item_attributes.cc92 uint64_t GetItemAttributesRequest::GetUid() const { in GetUid() function in bluetooth::avrcp::GetItemAttributesRequest
135 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl; in ToString()
Dget_item_attributes.h70 uint64_t GetUid() const;
Dchange_path.h63 uint64_t GetUid() const;
/system/bt/packet/tests/fuzzers/
Dplay_item_packet_fuzzer.cc45 test_packet->GetUid(); in LLVMFuzzerTestOneInput()
Dchange_path_req_fuzzer.cc46 test_packet->GetUid(); in LLVMFuzzerTestOneInput()
/system/bt/packet/tests/avrcp/
Dplay_item_packet_test.cc41 ASSERT_EQ(test_packet->GetUid(), 0x0000000000000003u); in TEST()
Dchange_path_packet_test.cc56 ASSERT_EQ(test_packet->GetUid(), 0x0000000000000002u); in TEST()
Dget_item_attributes_packet_test.cc99 ASSERT_EQ(test_packet->GetUid(), 0x0000000000000001u); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc712 << " uid=" << pkt->GetUid(); in HandlePlayItem()
724 media_id = now_playing_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()
727 media_id = vfs_ids_.get_media_id(pkt->GetUid()); in HandlePlayItem()
916 << " uid=" << loghex(pkt->GetUid()); in HandleChangePath()
919 vfs_ids_.get_media_id(pkt->GetUid()) == "") { in HandleChangePath()
921 << ": No item found for UID=" << pkt->GetUid(); in HandleChangePath()
929 current_path_.push(vfs_ids_.get_media_id(pkt->GetUid())); in HandleChangePath()
973 << " uid=" << loghex(pkt->GetUid()) in HandleGetItemAttributes()
1008 DEVICE_VLOG(2) << __func__ << ": uid=" << loghex(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()
1012 auto media_id = now_playing_ids_.get_media_id(pkt->GetUid()); in GetItemAttributesNowPlayingResponse()
[all …]