Home
last modified time | relevance | path

Searched refs:tx_time (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp50 uint32_t tx_time; member
130 external_stat_ptr->tx_time = internal_stat_ptr->tx_time; in convertToExternalRadioStatStructure()
/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
390 .append(" tx_time=").append(Integer.toString(this.tx_time)) in toString()
418 .append(" tx_time=").append(Integer.toString(radio.tx_time)) in toString()
H A DWifiMetrics.java1656 mWifiLinkLayerUsageStats.radioTxTimeMs += (newStats.tx_time - mLastLinkLayerStats.tx_time); in incrementWifiLinkLayerUsageStats()
1699 += newRadio.tx_time - oldRadio.tx_time; in incrementPerRadioUsageStats()
1721 || newStats.tx_time < oldStats.tx_time in newLinkLayerStatsIsValid()
6251 radioStats.totalRadioTxTimeMs = radio.tx_time;
6263 wifiUsabilityStatsEntry.totalRadioTxTimeMs = stats.tx_time;
H A DWifiVendorHal.java1333 stats.tx_time = radioStats.txTimeInMs; in setRadioStats()
1351 radio.tx_time = hidlRadioStats.V1_0.txTimeInMs; in setFrameworkPerRadioStatsFromHidl()
1384 stats.tx_time += hidlRadioStats.V1_0.txTimeInMs; in aggregateFrameworkRadioStatsFromHidl()
/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() argument
57 SAVE_OR_CALL(OnDataLengthChange, tx_octets, tx_time, rx_octets, rx_time) in OnDataLengthChange()
H A Dle_connection_management_callbacks.h36 …virtual void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t…
/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() argument
/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() argument
91 …LOG_INFO("tx_octets %hx tx_time %hx rx_octets %hx rx_time %hx", tx_octets, tx_time, rx_octets, rx_… in OnDataLengthChange()
H A Dlink.h85 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time…
/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
667 tx_time = BTM_BLE_DATA_TX_TIME_MAX; in BTM_SetBleDataLength()
677 btsnd_hcic_ble_set_data_length(handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
691 tx_time = std::min<uint16_t>( in BTM_SetBleDataLength()
692 tx_time, controller_get_interface()->get_ble_maximum_tx_time()); in BTM_SetBleDataLength()
694 btsnd_hcic_ble_set_data_length(hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
/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/main/shim/
H A Dacl_legacy_interface.h115 void (*on_data_length_change)(uint16_t tx_octets, uint16_t tx_time,
H A Dacl.cc625 void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, in OnDataLengthChange() argument
627 TRY_POSTING_ON_MAIN(interface_.on_data_length_change, tx_octets, tx_time, 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() argument
279 …"tx_octets: 0x%hx, tx_time: 0x%hx, rx_octets 0x%hx, rx_time 0x%hx", tx_octets, tx_time, rx_octets,… in OnDataLengthChange()
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h99 uint64_t tx_time; /* in ms */ member
/aosp12/system/bt/stack/include/
H A Dbtm_ble_api_types.h485 typedef void(tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
H A Dhcimsgs.h628 uint16_t tx_time);
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h150 uint64_t tx_time; /* in ms */ member
/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dhidl_struct_util_unit_tests.cpp185 radio.stats.tx_time = rand(); in TEST_F()
322 EXPECT_EQ(legacy_stats.radios[i].stats.tx_time, in TEST_F()
/aosp12/system/bt/test/mock/
H A Dmock_hcic_hciblecmds.cc189 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length() argument
/aosp12/system/bt/bta/include/
H A Dbta_api.h482 typedef void(tBTA_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
/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() argument
1800 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb()
1806 energy_info.tx_time = tx_time; in bta_energy_info_cb()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp705 stats->tx_time = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME]); in get_wifi_radio_stats()
1013 radioStatsBuf->tx_time, in handleResponse()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java3778 out.tx_time = current.tx_time + nextRandInt(); in nextRandomStats()
3836 newRadio.tx_time = currentRadio.tx_time + nextRandInt(); in createNewRadioStat()
3855 assertEquals(newStats.tx_time - oldStats.tx_time, in assertWifiLinkLayerUsageHasDiff()
3887 assertEquals(newRadioStats.tx_time - oldRadioStats.tx_time, in assertPerRadioStatsUsageHasDiff()
3987 assertEquals(radio.tx_time, radioStats.totalRadioTxTimeMs); in assertUsabilityStatsAssignment()
3997 assertEquals(stats.tx_time, usabilityStats.totalRadioTxTimeMs); in assertUsabilityStatsAssignment()
/aosp12/system/bt/stack/hcic/
H A Dhciblecmds.cc745 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length() argument
757 UINT16_TO_STREAM(pp, tx_time); in btsnd_hcic_ble_set_data_length()

12