Home
last modified time | relevance | path

Searched refs:getEstimatedBandwidthKbps (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libdatasource/include/datasource/
H A DHTTPBase.h49 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
H A DNuCachedSource2.h67 status_t getEstimatedBandwidthKbps(int32_t *kbps);
/aosp12/frameworks/av/media/libdatasource/
H A DHTTPBase.cpp90 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::HTTPBase
H A DNuCachedSource2.cpp251 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) { in getEstimatedBandwidthKbps() function in android::NuCachedSource2
254 return source->getEstimatedBandwidthKbps(kbps); in getEstimatedBandwidthKbps()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp592 err = mCachedSource->getEstimatedBandwidthKbps(&kbps); in sendCacheStats()