Home
last modified time | relevance | path

Searched refs:remaining_space (Results 1 – 2 of 2) sorted by relevance

/system/bt/packet/avrcp/
Dget_element_attributes_packet.cc98 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local
99 if (entry.size() > remaining_space) { in AddAttributeEntry()
100 entry.resize(remaining_space); in AddAttributeEntry()
Dget_item_attributes.cc33 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local
34 if (entry.size() > remaining_space) { in AddAttributeEntry()
35 entry.resize(remaining_space); in AddAttributeEntry()