Searched refs:kbps (Results 1 – 7 of 7) 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);
68 status_t getEstimatedBandwidthKbps(int32_t *kbps);
598 int32_t kbps = 0; in sendCacheStats() local602 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()608 notify->setInt32("bandwidth", kbps); in sendCacheStats()
2637 int32_t kbps; in onSourceNotify() local2638 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()2640 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()
2860 int32_t kbps; in onSourceNotify() local2861 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()2863 notifyListener(srcId, MEDIA2_INFO, MEDIA2_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()