OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBandwidthHistory
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
HTTPBase.cpp
83
mBandwidthHistory
.push_back(entry);
85
BandwidthEntry *entry = &*
mBandwidthHistory
.begin();
88
mBandwidthHistory
.erase(
mBandwidthHistory
.begin());
/frameworks/av/media/libstagefright/include/
HTTPBase.h
76
List<BandwidthEntry>
mBandwidthHistory
;
Completed in 36 milliseconds