Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_property_listener.h73 …hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLinkLayerStats.java263 public int tx_time; field in WifiLinkLayerStats
419 public int tx_time; field in WifiLinkLayerStats.RadioStat
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc72 …virtual void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t… in OnDataLengthChange()
Dle_acl_connection.cc59 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
Dle_impl_test.cc1370 uint16_t tx_time{0}; in TEST_F() local
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc90 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc355 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc639 uint16_t tx_time = BTM_BLE_DATA_TX_TIME_MAX_LEGACY; in BTM_SetBleDataLength() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc318 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h158 uint64_t tx_time; /* in ms */ member
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc579 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc4115 static void bta_ble_energy_info_cmpl(tBTM_BLE_TX_TIME_MS tx_time, in bta_ble_energy_info_cmpl()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc2404 static void bta_energy_info_cb(tBTM_BLE_TX_TIME_MS tx_time, in bta_energy_info_cb()