OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEstimatedBandwidthKbps
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/
HTTPBase.cpp
92
status_t HTTPBase::
getEstimatedBandwidthKbps
(int32_t *kbps) {
WVMExtractor.cpp
127
status_t WVMExtractor::
getEstimatedBandwidthKbps
(int32_t *kbps) {
132
return mImpl->
getEstimatedBandwidthKbps
(kbps);
NuCachedSource2.cpp
251
status_t NuCachedSource2::
getEstimatedBandwidthKbps
(int32_t *kbps) {
254
return source->
getEstimatedBandwidthKbps
(kbps);
Completed in 568 milliseconds