Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dget_element_attributes_packet.cc99 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local
100 if (entry.size() > remaining_space) { in AddAttributeEntry()
101 entry.resize(remaining_space); in AddAttributeEntry()
Dget_item_attributes.cc35 size_t remaining_space = mtu_ - size(); in AddAttributeEntry() local
36 if (entry.size() > remaining_space) { in AddAttributeEntry()
37 entry.resize(remaining_space); in AddAttributeEntry()