Home
last modified time | relevance | path

Searched refs:getTotalTxBytes (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DTrafficStatsTest.java58 assertTrue(TrafficStats.getTotalTxBytes() >= 0); in testValidTotalStats()
106 final long totalTxBytesBefore = TrafficStats.getTotalTxBytes(); in testTrafficStatsForLocalhost()
184 final long totalTxBytesAfter = TrafficStats.getTotalTxBytes(); in testTrafficStatsForLocalhost()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
H A DOffloadStatistics.h45 uint64_t getTotalTxBytes();
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/
H A DOffloadStatistics.h45 uint64_t getTotalTxBytes();
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/
H A DOffloadStatistics.h45 uint64_t getTotalTxBytes();
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DOffloadStatistics.cpp55 uint64_t OffloadStatistics::getTotalTxBytes() { in getTotalTxBytes() function in OffloadStatistics
H A DHAL.cpp437 hidl_cb(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
438 fl.setResult(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
H A DOffloadStatistics.cpp55 uint64_t OffloadStatistics::getTotalTxBytes() { in getTotalTxBytes() function in OffloadStatistics
H A DHAL.cpp439 hidl_cb(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
440 fl.setResult(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
H A DOffloadStatistics.cpp55 uint64_t OffloadStatistics::getTotalTxBytes() { in getTotalTxBytes() function in OffloadStatistics
H A DHAL.cpp441 hidl_cb(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
442 fl.setResult(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DFrameworkFacade.java304 public long getTotalTxBytes() { in getTotalTxBytes() method in FrameworkFacade
305 return TrafficStats.getTotalTxBytes(); in getTotalTxBytes()
H A DWifiDataStall.java527 long txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in isThroughputSufficientInternal()
H A DWifiScoreCard.java1286 long txBytes = mFrameworkFacade.getTotalTxBytes() - mFrameworkFacade.getMobileTxBytes(); in updateLinkBandwidth()
H A DWifiMetrics.java5480 staEvent.totalTxBytes = mFacade.getTotalTxBytes(); in addStaEvent()
6195 event.totalTxBytes = mFacade.getTotalTxBytes();
/aosp12/frameworks/base/core/java/android/net/
H A DTrafficStats.java774 public static long getTotalTxBytes() { in getTotalTxBytes() method in TrafficStats
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiScoreCardTest.java201 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(0L); in setUp()
1592 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(mTotalTxBytes); in addTotalBytes()
1599 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(mTotalTxBytes); in subtractTotalBytes()
H A DWifiDataStallTest.java189 lenient().when(mFrameworkFacade.getTotalTxBytes()).thenReturn(txBytes); in setUpWifiBytes()
H A DWifiMetricsTest.java3513 when(mFacade.getTotalTxBytes()).thenReturn((long) trigger[11]); in generateUnusableEventAtGivenTime()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt12074 HSPLandroid/net/TrafficStats;->getTotalTxBytes()J
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt26613 method public static long getTotalTxBytes();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17289 method public static long getTotalTxBytes();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt12066 HSPLandroid/net/TrafficStats;->getTotalTxBytes()J