HomeSort by relevance Sort by last modified time
    Searched refs:full_length (Results 1 - 6 of 6) sorted by null

  /system/bt/hci/src/
packet_fragmenter.c 159 uint16_t full_length = l2cap_length + L2CAP_HEADER_SIZE + HCI_ACL_PREAMBLE_SIZE; local
164 ((full_length + sizeof(BT_HDR)) > BT_DEFAULT_BUFFER_SIZE)) {
170 if (full_length <= packet->len) {
171 if (full_length < packet->len)
178 partial_packet = (BT_HDR *)buffer_allocator->alloc(full_length + sizeof(BT_HDR));
180 partial_packet->len = full_length;
188 UINT16_TO_STREAM(stream, full_length - HCI_ACL_PREAMBLE_SIZE);
  /external/webrtc/webrtc/common_audio/
lapped_transform_unittest.cc 58 size_t full_length = (frames - 1) * 2; local
62 ASSERT_NEAR(in_block[0][0].real(), static_cast<float>(full_length),
  /system/update_engine/payload_consumer/
delta_performer.h 126 // length full_length to a comma-separated string. For each Extent, the
129 // the full length of all extents in the string is capped to full_length.
132 // {0, 1}, block_size is 4096, and full_length is 5 * block_size - 13,
137 uint64_t full_length,
delta_performer.cc     [all...]
  /art/runtime/
profiler.cc 301 size_t full_length = length; local
309 if (ftruncate(fd, full_length) == -1) {
  /external/curl/lib/
http.c 2954 size_t full_length; local
    [all...]

Completed in 309 milliseconds