Searched refs:tx_bytes (Results 1 – 7 of 7) sorted by relevance
/system/bt/btif/src/ |
D | btif_uid.cc | 80 node->data.tx_bytes += bytes; in uid_set_add_tx() 116 node->data.tx_bytes = 0; in uid_set_read_and_clear()
|
D | btif_sock_rfc.cc | 103 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()
|
D | btif_sock_l2cap.cc | 90 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/ |
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 | 112 uint64_t tx_bytes; member
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 133 optional int32 tx_bytes = 2; field
|