Home
last modified time | relevance | path

Searched defs:history (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_imdct_synth.cpp244 int32 * history = overlap + (band * FILTERBANK_BANDS); in pvmp3_imdct_synth() local
335 int32 * history = overlap + (band * FILTERBANK_BANDS); in pvmp3_imdct_synth() local
Dpvmp3_mdct_6.cpp122 void pvmp3_mdct_6(int32 vec[], int32 *history) in pvmp3_mdct_6()
Dpvmp3_mdct_18.cpp133 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window) in pvmp3_mdct_18()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java389 final NetworkStatsHistory history = findOrCreateHistory(ident, uid, set, tag); in recordData() local
397 private void recordHistory(Key key, NetworkStatsHistory history) { in recordHistory()
469 final NetworkStatsHistory history = new NetworkStatsHistory(in); in read() local
503 final NetworkStatsHistory history = mStats.get(key); in write() local
535 final NetworkStatsHistory history = new NetworkStatsHistory(in); in readLegacyNetwork() local
598 final NetworkStatsHistory history = new NetworkStatsHistory(in); in readLegacyUid() local
669 final NetworkStatsHistory history = mStats.get(key); in dump() local
691 final NetworkStatsHistory history = mStats.get(key); in writeToProto() local
DNetworkStatsObservers.java411 NetworkStatsHistory history = mCollection.getHistory(template, null, uid, in getTotalBytesForNetworkUid() local
DNetworkStatsService.java662 final NetworkStatsHistory history = internalGetHistoryForNetwork(template, flags, FIELD_ALL, in internalGetSummaryForNetwork() local
/frameworks/base/telephony/java/com/android/ims/
DImsSuppServiceNotification.java45 public String[] history; field in ImsSuppServiceNotification
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java288 NetworkStatsHistory history; in testAugmentPlan() local
335 NetworkStatsHistory history; in testAugmentPlan() local
390 NetworkStatsHistory history; in testAugmentPlan() local
DNetworkStatsServiceTest.java346 NetworkStatsHistory history = null; in testStatsBucketResize() local
974 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL); in assertNetworkTotal() local
993 final NetworkStatsHistory history = mSession.getHistoryForUid( in assertUidTotal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java39 public String[] history; field in SuppServiceNotification
/frameworks/base/tests/net/java/android/net/
DNetworkStatsHistoryTest.java71 final NetworkStatsHistory history = new NetworkStatsHistory(in); in testReadOriginalVersion() local
345 final NetworkStatsHistory history = new NetworkStatsHistory( in testIgnoreFields() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DChartDataLoader.java135 final NetworkStatsHistory history = mSession.getHistoryForUid( in collectHistoryForUid() local
DDataUsageController.java134 final NetworkStatsHistory history = session.getHistoryForNetwork(template, FIELDS); in getDataUsageInfo() local
/frameworks/base/core/proto/android/service/
Dnetstats.proto85 NetworkStatsHistoryProto history = 2; field
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java504 NetworkStatsHistory history = mSession.getHistoryIntervalForUid(mTemplate, uid, in startUserUidEnumeration() local
/frameworks/base/services/usage/java/com/android/server/usage/
DAppIdleHistory.java352 PackageHistory history = userHistory.valueAt(i); in writeAppIdleTimes() local
/frameworks/native/include/input/
DInputTransport.h410 History history[2]; member
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp954 std::vector<OccupancyTracker::Segment> history; in TEST_F() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java1148 final ProcStateSeqHistory history = new ProcStateSeqHistory(MAX_PROC_STATE_SEQ_HISTORY); in verifyProcStateHistoryDump() local
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java1297 final String history = getString(Settings.Secure.INPUT_METHODS_SUBTYPE_HISTORY, ""); in getSubtypeHistoryStr() local
/frameworks/native/services/surfaceflinger/
DLayer.cpp2586 std::vector<OccupancyTracker::Segment> history; local
DSurfaceFlinger_hwc1.cpp3146 std::vector<OccupancyTracker::Segment>&& history) { in recordBufferingStats()
DSurfaceFlinger.cpp3606 std::vector<OccupancyTracker::Segment>&& history) { in recordBufferingStats()