Searched refs:getEstimatedBandwidthKbps (Results 1 – 5 of 5) sorted by relevance
47 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
65 status_t getEstimatedBandwidthKbps(int32_t *kbps);
92 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::HTTPBase
251 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::NuCachedSource2254 return source->getEstimatedBandwidthKbps(kbps); in getEstimatedBandwidthKbps()
1750 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats_l()