Searched refs:rx_bytes (Results 1 – 10 of 10) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | hci_socket.py | 228 def rx_bytes(self, size): member in HCISocket 241 type_byte = self.rx_bytes(1) 247 header = self.rx_bytes(3) 252 header = self.rx_bytes(4) 258 header = self.rx_bytes(3) 263 header = self.rx_bytes(2) 271 payload = self.rx_bytes(payload_length) if payload_length != 0 else b''
|
D | link_layer_socket.py | 91 def rx_bytes(self, size): member in LinkLayerSocket 104 header = self.rx_bytes(17) 117 payload = self.rx_bytes(payload_length) if payload_length != 0 else b''
|
/system/core/fastboot/ |
D | udp.cpp | 161 ssize_t rx_bytes = SendData(kIdDeviceQuery, nullptr, 0, rx_data, sizeof(rx_data), in InitializeProtocol() local 163 if (rx_bytes == -1) { in InitializeProtocol() 165 } else if (rx_bytes < 2) { in InitializeProtocol() 175 rx_bytes = SendData(kIdInitialization, init_data, sizeof(init_data), rx_data, sizeof(rx_data), in InitializeProtocol() 177 if (rx_bytes == -1) { in InitializeProtocol() 179 } else if (rx_bytes < 4) { in InitializeProtocol()
|
/system/bt/btif/src/ |
D | btif_uid.cc | 88 node->data.rx_bytes += bytes; in uid_set_add_rx() 115 node->data.rx_bytes = 0; in uid_set_read_and_clear()
|
D | btif_sock_rfc.cc | 105 int64_t rx_bytes; member 241 slot->rx_bytes = 0; in alloc_rfc_slot() 425 slot->tx_bytes, slot->rx_bytes, slot->app_uid, slot->scn, in cleanup_rfc_slot() 454 slot->rx_bytes = 0; in cleanup_rfc_slot() 926 slot->rx_bytes += bytes_rx; in bta_co_rfc_data_incoming()
|
D | btif_sock_l2cap.cc | 92 int64_t rx_bytes; member 229 sock->rx_bytes, sock->app_uid, sock->channel, in btsock_l2cap_free_l() 333 sock->rx_bytes = 0; in btsock_l2cap_alloc_l() 752 sock->rx_bytes += bytes_read; in on_l2cap_data_ind()
|
/system/bt/common/ |
D | metrics.h | 461 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port,
|
D | metrics.cc | 825 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogSocketConnectionState() argument 839 obfuscated_id_field, port, type, connection_state, tx_bytes, rx_bytes, in LogSocketConnectionState() 844 << ", tx_bytes " << tx_bytes << ", rx_bytes " << rx_bytes in LogSocketConnectionState()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 114 uint64_t rx_bytes; member
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 128 optional int32 rx_bytes = 1; field
|