Home
last modified time | relevance | path

Searched refs:kBufSize (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host.cc56 constexpr int kBufSize = 1024 + 4 + 1; // DeviceProperties::acl_data_packet_size_ + ACL header + H… variable
387 uint8_t buf[kBufSize] = {}; in incoming_packet_received()
390 RUN_NO_INTR(received_size = read(sock_fd_, buf, kBufSize)); in incoming_packet_received()
448 hci_acl_data_total_length <= kBufSize - kH4HeaderSize - kHciAclHeaderSize, in incoming_packet_received()
516 memset(buf, 0, kBufSize); in incoming_packet_received()
Dhci_hal_host_rootcanal.cc52 constexpr int kBufSize = 1024 + 4 + 1; // DeviceProperties::acl_data_packet_size_ + ACL header + H… variable
262 uint8_t buf[kBufSize] = {}; in incoming_packet_received()
376 memset(buf, 0, kBufSize); in incoming_packet_received()
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2192 Landroid/icu/text/CharsetDetector;->kBufSize:I