Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 7 of 7) sorted by relevance

/system/bt/btif/src/
Dbtif_uid.cc80 node->data.tx_bytes += bytes; in uid_set_add_tx()
116 node->data.tx_bytes = 0; in uid_set_read_and_clear()
Dbtif_sock_rfc.cc103 int64_t tx_bytes; member
240 slot->tx_bytes = 0; in alloc_rfc_slot()
425 slot->tx_bytes, slot->rx_bytes, slot->app_uid, slot->scn, in cleanup_rfc_slot()
453 slot->tx_bytes = 0; in cleanup_rfc_slot()
607 slot->tx_bytes += p->len; in on_rfc_write_done()
Dbtif_sock_l2cap.cc90 int64_t tx_bytes; member
228 android::bluetooth::SOCKET_CONNECTION_STATE_DISCONNECTED, sock->tx_bytes, in btsock_l2cap_free_l()
332 sock->tx_bytes = 0; in btsock_l2cap_alloc_l()
698 sock->tx_bytes += len; in on_l2cap_write_done()
/system/bt/common/
Dmetrics.h461 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port,
Dmetrics.cc825 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/
Dbluetooth.h113 uint64_t tx_bytes; member
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto131 optional int32 tx_bytes = 2; field