Searched refs:kbps (Results 1 – 6 of 6) 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()
48 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
67 status_t getEstimatedBandwidthKbps(int32_t *kbps);
600 int32_t kbps = 0; in sendCacheStats() local604 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()610 notify->setInt32("bandwidth", kbps); in sendCacheStats()
2639 int32_t kbps; in onSourceNotify() local2640 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()2642 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()