/packages/modules/Bluetooth/tools/rootcanal/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''
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_uid.cc | 92 node->data.rx_bytes += bytes; in uid_set_add_rx() 118 node->data.rx_bytes = 0; in uid_set_read_and_clear()
|
D | btif_sock_logging.cc | 58 int uid, int server_port, int64_t tx_bytes, int64_t rx_bytes, in btif_sock_connection_logger() argument 83 address, port, type, toConnectionStateEnum(state), tx_bytes, rx_bytes, uid, server_port, in btif_sock_connection_logger()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | opp.py | 139 dlc.sink = self.rx_bytes 141 def rx_bytes(self, bytes): member in OppService
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sock_logging.h | 23 int uid, int server_port, int64_t tx_bytes, int64_t rx_bytes,
|
/packages/modules/Connectivity/tests/unit/res/raw/ |
D | xt_qtaguid_vpn_incorrect_iface | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_one_underlying_compression | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_two_underlying_split_compression | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_two_underlying_split | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_with_clat_simple | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_two_underlying_duplication | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_one_underlying | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_one_underlying_own_traffic | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_rewrite_through_self | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_one_underlying_two_vpn | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_vpn_with_clat | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_with_clat | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
D | xt_qtaguid_typical | 1 idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_…
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.h | 276 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, 289 int64_t rx_bytes, int uid, int server_port, in operator() 292 body(raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, in operator()
|
D | mock_main_shim_metrics_api.cc | 187 int64_t rx_bytes, int uid, int server_port, android::bluetooth::SocketRoleEnum socket_role, in LogMetricSocketConnectionState() argument 192 raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, in LogMetricSocketConnectionState()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 137 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogMetricSocketConnectionState() argument 144 address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, socket_role, in LogMetricSocketConnectionState()
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 335 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogMetricSocketConnectionState() argument 346 connection_state, tx_bytes, rx_bytes, uid, server_port, socket_role, in LogMetricSocketConnectionState() 356 address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, in LogMetricSocketConnectionState()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/ |
D | stats.proto | 38 optional int64 rx_bytes = 4; field
|
/packages/modules/Connectivity/framework/proto/ |
D | netstats.proto | 112 optional int64 rx_bytes = 2; field
|