Searched refs:kbps (Results 1 – 8 of 8) sorted by relevance
92 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() argument94 *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);
64 status_t getEstimatedBandwidthKbps(int32_t *kbps);
528 int32_t kbps = 0; in sendCacheStats() local532 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()538 notify->setInt32("bandwidth", kbps); in sendCacheStats()
2725 int32_t kbps; in onSourceNotify() local2726 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()2728 notifyListener(srcId, MEDIA2_INFO, MEDIA2_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()
568 int32_t kbps = 0; in sendCacheStats() local572 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()578 notify->setInt32("bandwidth", kbps); in sendCacheStats()
2632 int32_t kbps; in onSourceNotify() local2633 CHECK(msg->findInt32("bandwidth", &kbps)); in onSourceNotify()2635 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()