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
241 slot->tx_bytes = 0; in alloc_rfc_slot()
427 slot->tx_bytes, slot->rx_bytes, slot->app_uid, slot->scn, in cleanup_rfc_slot()
455 slot->tx_bytes = 0; in cleanup_rfc_slot()
609 slot->tx_bytes += p->len; in on_rfc_write_done()
Dbtif_sock_l2cap.cc90 int64_t tx_bytes; member
227 android::bluetooth::SOCKET_CONNECTION_STATE_DISCONNECTED, sock->tx_bytes, in btsock_l2cap_free_l()
326 sock->tx_bytes = 0; in btsock_l2cap_alloc_l()
691 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.cc804 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/
Dbluetooth.h112 uint64_t tx_bytes; member
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto133 optional int32 tx_bytes = 2; field