Searched refs:full_length (Results 1 - 3 of 3) sorted by relevance

/system/bt/hci/src/
H A Dpacket_fragmenter.cc156 uint16_t full_length = local
163 ((full_length + sizeof(BT_HDR)) > BT_DEFAULT_BUFFER_SIZE)) {
170 if (full_length <= packet->len) {
171 if (full_length < packet->len)
181 (BT_HDR*)buffer_allocator->alloc(full_length + sizeof(BT_HDR));
183 partial_packet->len = full_length;
191 UINT16_TO_STREAM(stream, full_length - HCI_ACL_PREAMBLE_SIZE);
/system/update_engine/payload_consumer/
H A Ddelta_performer.h128 // length full_length to a comma-separated string. For each Extent, the
131 // the full length of all extents in the string is capped to full_length.
134 // {0, 1}, block_size is 4096, and full_length is 5 * block_size - 13,
139 uint64_t full_length,
H A Ddelta_performer.cc1159 uint64_t full_length,
1166 min(full_length - length,
1171 TEST_AND_RETURN_FALSE(length == full_length);
1156 ExtentsToBsdiffPositionsString( const RepeatedPtrField<Extent>& extents, uint64_t block_size, uint64_t full_length, string* positions_string) argument

Completed in 5354 milliseconds