Home
last modified time | relevance | path

Searched defs:tx_time (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/
H A Dlink_property_listener.h73 …hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLinkLayerStats.java133 public int tx_time; field in WifiLinkLayerStats
287 public int tx_time; field in WifiLinkLayerStats.RadioStat
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp50 uint32_t tx_time; member
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.cc56 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc90 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/aosp12/system/bt/gd/hci/facade/
H A Dle_acl_manager_facade.cc277 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dlink_layer_stats.h95 …u32 tx_time; // msecs the radio is transmitting (32 bits number accruing… member
/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc663 uint16_t tx_time = BTM_BLE_DATA_TX_TIME_MAX_LEGACY; in BTM_SetBleDataLength() local
/aosp12/system/bt/test/mock/
H A Dmock_hcic_hciblecmds.cc189 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length()
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h99 uint64_t tx_time; /* in ms */ member
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h150 uint64_t tx_time; /* in ms */ member
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc3733 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl()
/aosp12/system/bt/main/shim/
H A Dacl.cc625 void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, in OnDataLengthChange()
/aosp12/system/bt/stack/hcic/
H A Dhciblecmds.cc745 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length()
/aosp12/system/bt/btif/src/
H A Dbtif_dm.cc1791 static void bta_energy_info_cb(tBTM_BLE_TX_TIME_MS tx_time, in bta_energy_info_cb()