Searched refs:getEstimatedBandwidthKbps (Results 1 – 5 of 5) sorted by relevance
48 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
67 status_t getEstimatedBandwidthKbps(int32_t *kbps);
90 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()
604 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()