Searched refs:kbps (Results 1 – 8 of 8) sorted by relevance
90 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() argument92 *kbps = mPrevEstimatedBandWidthKbps; in getEstimatedBandwidthKbps()
251 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() argument254 return source->getEstimatedBandwidthKbps(kbps); in getEstimatedBandwidthKbps()
49 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
67 status_t getEstimatedBandwidthKbps(int32_t *kbps);
588 int32_t kbps = 0; in sendCacheStats() local592 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()598 notify->setInt32("bandwidth", kbps); in sendCacheStats()
2690 int32_t kbps; in onSourceNotify() local2691 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()2693 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()
2753 // Average end-to-end bandwidth in kbps
1843 // estimated tx throughput in kbps1845 // estimated rx throughput in kbps