Home
last modified time | relevance | path

Searched refs:mTotalBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
DWaveWriter.h28 mTotalBytes(0) { in WaveWriter()
40 write_u32(mTotalBytes); in ~WaveWriter()
43 write_u32(36 + mTotalBytes); in ~WaveWriter()
51 mTotalBytes += size; in Append()
66 size_t mTotalBytes; variable
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java104 private long mTotalBytes; field in NetworkStatsCollection
120 mTotalBytes = 0; in reset()
145 return mTotalBytes; in getTotalBytes()
636 mTotalBytes += totalBytes; in noteRecordedHistory()