Searched refs:mHistory (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp482 mHistory.erase(mHistory.begin());
486 mHistory.push_back(buffer);
712 List<sp<ABuffer> >::iterator it = mHistory.begin();
714 while (it != mHistory.end()) {
755 if (!mHistory.empty()) {
756 int32_t earliest = (*mHistory.begin())->int32Data() & 0xffff;
757 int32_t latest = (*--mHistory.end())->int32Data() & 0xffff;
H A DRTPSender.h92 List<sp<ABuffer> > mHistory; member in struct:android::RTPSender
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java47 private final List<Order> mHistory = new ArrayList<Order>(); field in class:VCardParserTests.MockVCardInterpreter
56 mHistory.add(order);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java1514 private final State[] mHistory; field in class:NetworkControllerImpl.SignalController
1530 mHistory = new State[HISTORY_SIZE];
1532 mHistory[i] = cleanState();
1647 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState);
1657 if (mHistory[i].time != 0) size++;
1663 + mHistory[i & (HISTORY_SIZE - 1)]);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java225 HistoryItem mHistory; field in class:BatteryStatsImpl
2421 mHistory = mHistoryEnd = rec;
2428 if (mHistory != null) {
2430 mHistoryCache = mHistory;
2431 mHistory = mHistoryLastEnd = mHistoryEnd = null;
6493 if ((mHistoryIterator = mHistory) == null) {
7833 mHistory = mHistoryEnd = mHistoryCache = null;
7877 HistoryItem rec = mHistory;

Completed in 167 milliseconds