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

/system/bt/hci/src/
H A Dpacket_fragmenter.cc158 uint16_t full_length = local
165 ((full_length + sizeof(BT_HDR)) > BT_DEFAULT_BUFFER_SIZE)) {
172 if (full_length <= packet->len) {
173 if (full_length < packet->len)
183 (BT_HDR*)buffer_allocator->alloc(full_length + sizeof(BT_HDR));
185 partial_packet->len = full_length;
193 UINT16_TO_STREAM(stream, full_length - HCI_ACL_PREAMBLE_SIZE);
/system/update_engine/payload_consumer/
H A Ddelta_performer.h120 // length full_length to a comma-separated string. For each Extent, the
123 // the full length of all extents in the string is capped to full_length.
126 // {0, 1}, block_size is 4096, and full_length is 5 * block_size - 13,
131 uint64_t full_length,
H A Ddelta_performer.cc1047 uint64_t full_length,
1054 min(full_length - length,
1059 TEST_AND_RETURN_FALSE(length == full_length);
1044 ExtentsToBsdiffPositionsString( const RepeatedPtrField<Extent>& extents, uint64_t block_size, uint64_t full_length, string* positions_string) argument

Completed in 103 milliseconds