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 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()
|
D | btif_sock_l2cap.cc | 90 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/ |
D | metrics.h | 461 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port,
|
D | metrics.cc | 825 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/ |
D | bluetooth.h | 113 uint64_t tx_bytes; member
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 131 optional int32 tx_bytes = 2; field
|