Searched defs:GetUid (Results 1 - 3 of 3) sorted by relevance

/system/bt/packet/avrcp/
H A Dplay_item.cc54 uint64_t PlayItemRequest::GetUid() const { function in class:bluetooth::avrcp::PlayItemRequest
81 ss << " └ UID = " << loghex(GetUid()) << std::endl;
H A Dchange_path.cc63 uint64_t ChangePathRequest::GetUid() const { function in class:bluetooth::avrcp::ChangePathRequest
81 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl;
H A Dget_item_attributes.cc92 uint64_t GetItemAttributesRequest::GetUid() const { function in class:bluetooth::avrcp::GetItemAttributesRequest
135 ss << " └ UID Requested = " << loghex(GetUid()) << std::endl;

Completed in 5 milliseconds