/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | link_layer_stats.cpp | 50 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 D | WifiLinkLayerStats.java | 133 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 D | WifiMetrics.java | 1656 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 D | WifiVendorHal.java | 1333 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 D | le_acl_connection.cc | 56 …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 D | le_connection_management_callbacks.h | 36 …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 D | link_property_listener.h | 73 …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 D | link.cc | 90 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 D | link.h | 85 …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 D | btm_ble.cc | 663 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 D | link_layer_stats.h | 95 …u32 tx_time; // msecs the radio is transmitting (32 bits number accruing… member
|
/aosp12/system/bt/main/shim/ |
H A D | acl_legacy_interface.h | 115 void (*on_data_length_change)(uint16_t tx_octets, uint16_t tx_time,
|
H A D | acl.cc | 625 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 D | le_acl_manager_facade.cc | 277 …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 D | bluetooth.h | 99 uint64_t tx_time; /* in ms */ member
|
/aosp12/system/bt/stack/include/ |
H A D | btm_ble_api_types.h | 485 typedef void(tBTM_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
|
H A D | hcimsgs.h | 628 uint16_t tx_time);
|
/aosp12/system/bt/include/hardware/ |
H A D | bluetooth.h | 150 uint64_t tx_time; /* in ms */ member
|
/aosp12/hardware/interfaces/wifi/1.5/default/tests/ |
H A D | hidl_struct_util_unit_tests.cpp | 185 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 D | mock_hcic_hciblecmds.cc | 189 uint16_t tx_time) { in btsnd_hcic_ble_set_data_length() argument
|
/aosp12/system/bt/bta/include/ |
H A D | bta_api.h | 482 typedef void(tBTA_BLE_ENERGY_INFO_CBACK)(tBTM_BLE_TX_TIME_MS tx_time,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_dm.cc | 1791 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 D | llstats.cpp | 705 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 D | WifiMetricsTest.java | 3778 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 D | hciblecmds.cc | 745 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()
|