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

/system/bt/packet/avrcp/
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.cc97 uint16_t GetItemAttributesRequest::GetUidCounter() const { function in class:bluetooth::avrcp::GetItemAttributesRequest
136 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl;

Completed in 651 milliseconds