Searched refs:rx_bytes (Results 1 – 10 of 10) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | hci_socket.py | 232 def rx_bytes(self, size): member in HCISocket 245 type_byte = self.rx_bytes(1) 251 header = self.rx_bytes(3) 256 header = self.rx_bytes(4) 262 header = self.rx_bytes(3) 267 header = self.rx_bytes(2) 275 payload = self.rx_bytes(payload_length) if payload_length != 0 else b''
|
D | link_layer_socket.py | 90 def rx_bytes(self, size): member in LinkLayerSocket 103 header = self.rx_bytes(17) 114 payload = self.rx_bytes(payload_length) if payload_length != 0 else b''
|
/system/core/fastboot/ |
D | udp.cpp | 160 ssize_t rx_bytes = SendData(kIdDeviceQuery, nullptr, 0, rx_data, sizeof(rx_data), in InitializeProtocol() local 162 if (rx_bytes == -1) { in InitializeProtocol() 164 } else if (rx_bytes < 2) { in InitializeProtocol() 174 rx_bytes = SendData(kIdInitialization, init_data, sizeof(init_data), rx_data, sizeof(rx_data), in InitializeProtocol() 176 if (rx_bytes == -1) { in InitializeProtocol() 178 } 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 242 slot->rx_bytes = 0; in alloc_rfc_slot() 427 slot->tx_bytes, slot->rx_bytes, slot->app_uid, slot->scn, in cleanup_rfc_slot() 456 slot->rx_bytes = 0; in cleanup_rfc_slot() 928 slot->rx_bytes += bytes_rx; in bta_co_rfc_data_incoming()
|
D | btif_sock_l2cap.cc | 92 int64_t rx_bytes; member 228 sock->rx_bytes, sock->app_uid, sock->channel, in btsock_l2cap_free_l() 327 sock->rx_bytes = 0; in btsock_l2cap_alloc_l() 745 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 | 804 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogSocketConnectionState() argument 816 obfuscated_id_field, port, type, connection_state, tx_bytes, rx_bytes, in LogSocketConnectionState() 821 << ", tx_bytes " << tx_bytes << ", rx_bytes " << rx_bytes in LogSocketConnectionState()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 113 uint64_t rx_bytes; member
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 130 optional int32 rx_bytes = 1; field
|